#BA4944

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

Shades of Chestnut #BA4944

Tints of Chestnut #BA4944

Color information

#BA4944 (or 0xBA4944) is unknown color: approx Chestnut. HEX triplet: BA, 49 and 44. RGB value is (186,73,68). Sum of RGB (Red+Green+Blue) = 186+73+68=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4944 is #45B6BB. Grayscale: #6A6A6A. Windows color (decimal): -4568764 or 4475322. OLE color: 4475322.

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

Color convert

RGB1867368-
CMYK00.610.630.27
HSL2.54º46.46%49.8%-
HSV(B)2.54º63.44%72.94%-
XYZ23.6815.627.24-
YUV106.22106.44184.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.88%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=56.88%
G=22.32%
B=20.80%

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
Decimal186736800.610.630.272.5446.4649.8
HexBA494403D3F1B32e32
Octal272111104075773335662
Binary101110101001001100010001111011111111101111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4944; }

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

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

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

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

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

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

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

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