#BA4B4B

Color #BA4B4B Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chestnut #BA4B4B

Tints of Chestnut #BA4B4B

Color information

#BA4B4B (or 0xBA4B4B) is unknown color: approx Chestnut. HEX triplet: BA, 4B and 4B. RGB value is (186,75,75). Sum of RGB (Red+Green+Blue) = 186+75+75=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B4B is #45B4B4. Grayscale: #6C6C6C. Windows color (decimal): -4568245 or 4934586. OLE color: 4934586.

HSL color Cylindrical-coordinate representation of color #BA4B4B: hue angle of 0º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4B4B is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB1867575-
CMYK00.600.600.27
HSL44.58%51.18%-
HSV(B)59.68%72.94%-
XYZ24.0415.988.47-
YUV108.19109.27183.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 75 (29.69% from 255) = 22.32%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=55.36%
G=22.32%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186757500.600.600.27044.5851.18
HexBA4B4B03C3C1B02d33
Octal272113113074743305563
Binary10111010100101110010110111100111100110110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4B4B; }

 p { color: rgb(186,75,75); }

 H1.HeaderClassName
 {
   color: #BA4B4B;
 }
 .AnyTagClassName
 {
   color: #BA4B4B;
 }
</style>
background-color css

<style>
 a { background-color: #BA4B4B; }

 a { background-color: rgb(186,75,75); }

 div.DivClassName
 {
   background-color: #BA4B4B;
 }
 .BgClassName
 {
   background-color: #BA4B4B;
 }
</style>
border-color css

<style>
 span { border-color: #BA4B4B; }

 span { border-color: rgb(186,75,75); }

 td.TdClassName
 {
   border-color: #BA4B4B;
 }
 .TagClassName
 {
   border-color: #BA4B4B;
 }
</style>