#BA4744

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

Shades of Chestnut #BA4744

Tints of Chestnut #BA4744

Color information

#BA4744 (or 0xBA4744) is unknown color: approx Chestnut. HEX triplet: BA, 47 and 44. RGB value is (186,71,68). Sum of RGB (Red+Green+Blue) = 186+71+68=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4744 is #45B8BB. Grayscale: #696969. Windows color (decimal): -4569276 or 4474810. OLE color: 4474810.

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

Color convert

RGB1867168-
CMYK00.620.630.27
HSL1.53º46.46%49.8%-
HSV(B)1.53º63.44%72.94%-
XYZ23.5515.367.19-
YUV105.04107.1185.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.23%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=57.23%
G=21.85%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186716800.620.630.271.5346.4649.8
HexBA474403E3F1B22e32
Octal272107104076773325662
Binary101110101000111100010001111101111111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4744; }

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

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

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

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

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

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

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

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