#B94444

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

Shades of Chestnut #B94444

Tints of Chestnut #B94444

Color information

#B94444 (or 0xB94444) is unknown color: approx Chestnut. HEX triplet: B9, 44 and 44. RGB value is (185,68,68). Sum of RGB (Red+Green+Blue) = 185+68+68=321 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.63% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 185 - color contains mainly: red. Hex color #B94444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94444 is #46BBBB. Grayscale: #676767. Windows color (decimal): -4635580 or 4474041. OLE color: 4474041.

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

Color convert

RGB1856868-
CMYK00.630.630.27
HSL46.25%49.61%-
HSV(B)63.24%72.55%-
XYZ23.1214.877.12-
YUV102.98108.26186.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.63%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 68 (26.95% from 255) = 21.18%
R=57.63%
G=21.18%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185686800.630.630.27046.2549.61
HexB9444403F3F1B02e32
Octal271104104077773305662
Binary10111001100010010001000111111111111110110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94444; }

 p { color: rgb(185,68,68); }

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

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

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

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

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

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

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