#BA4442

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

Shades of Chestnut #BA4442

Tints of Chestnut #BA4442

Color information

#BA4442 (or 0xBA4442) is unknown color: approx Chestnut. HEX triplet: BA, 44 and 42. RGB value is (186,68,66). Sum of RGB (Red+Green+Blue) = 186+68+66=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4442 is #45BBBD. Grayscale: #676767. Windows color (decimal): -4570046 or 4342970. OLE color: 4342970.

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

Color convert

RGB1866866-
CMYK00.630.650.27
HSL47.62%49.41%-
HSV(B)64.52%72.94%-
XYZ23.314.976.82-
YUV103.05107.09187.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.12%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=58.12%
G=21.25%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186686600.630.650.27147.6249.41
HexBA444203F411B13031
Octal2721041020771013316061
Binary101110101000100100001001111111000001110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4442; }

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

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

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

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

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

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

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

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