#BA4844

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

Shades of Chestnut #BA4844

Tints of Chestnut #BA4844

Color information

#BA4844 (or 0xBA4844) is unknown color: approx Chestnut. HEX triplet: BA, 48 and 44. RGB value is (186,72,68). Sum of RGB (Red+Green+Blue) = 186+72+68=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4844 is #45B7BB. Grayscale: #696969. Windows color (decimal): -4569020 or 4475066. OLE color: 4475066.

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

Color convert

RGB1867268-
CMYK00.610.630.27
HSL2.03º46.46%49.8%-
HSV(B)2.03º63.44%72.94%-
XYZ23.6115.497.21-
YUV105.63106.77185.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.06%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 68 (26.95% from 255) = 20.86%
R=57.06%
G=22.09%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186726800.610.630.272.0346.4649.8
HexBA484403D3F1B22e32
Octal272110104075773325662
Binary101110101001000100010001111011111111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4844; }

 p { color: rgb(186,72,68); }

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

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

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

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

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

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

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