#BA5149

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

Shades of Chestnut #BA5149

Tints of Chestnut #BA5149

Color information

#BA5149 (or 0xBA5149) is unknown color: approx Chestnut. HEX triplet: BA, 51 and 49. RGB value is (186,81,73). Sum of RGB (Red+Green+Blue) = 186+81+73=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5149 is #45AEB6. Grayscale: #6F6F6F. Windows color (decimal): -4566711 or 4805050. OLE color: 4805050.

HSL color Cylindrical-coordinate representation of color #BA5149: hue angle of 4.25º 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 #BA5149 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB1868173-
CMYK00.560.610.27
HSL4.25º45.02%50.78%-
HSV(B)4.25º60.75%72.94%-
XYZ24.3916.818.26-
YUV111.48106.29181.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=54.71%
G=23.82%
B=21.47%

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
Decimal186817300.560.610.274.2545.0250.78
HexBA51490383D1B42d33
Octal272121111070753345563
Binary1011101010100011001001011100011110111011100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5149; }

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

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

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

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

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

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

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

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