#BA5249

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

Shades of Chestnut #BA5249

Tints of Chestnut #BA5249

Color information

#BA5249 (or 0xBA5249) is unknown color: approx Chestnut. HEX triplet: BA, 52 and 49. RGB value is (186,82,73). Sum of RGB (Red+Green+Blue) = 186+82+73=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5249 is #45ADB6. Grayscale: #707070. Windows color (decimal): -4566455 or 4805306. OLE color: 4805306.

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

Color convert

RGB1868273-
CMYK00.560.610.27
HSL4.78º45.02%50.78%-
HSV(B)4.78º60.75%72.94%-
XYZ24.4716.958.29-
YUV112.07105.96180.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.55%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=54.55%
G=24.05%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186827300.560.610.274.7845.0250.78
HexBA52490383D1B52d33
Octal272122111070753355563
Binary1011101010100101001001011100011110111011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5249; }

 p { color: rgb(186,82,73); }

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

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

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

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

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

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

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