#B94945

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

Shades of Chestnut #B94945

Tints of Chestnut #B94945

Color information

#B94945 (or 0xB94945) is unknown color: approx Chestnut. HEX triplet: B9, 49 and 45. RGB value is (185,73,69). Sum of RGB (Red+Green+Blue) = 185+73+69=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B94945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94945 is #46B6BA. Grayscale: #6A6A6A. Windows color (decimal): -4634299 or 4540857. OLE color: 4540857.

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

Color convert

RGB1857369-
CMYK00.610.630.27
HSL2.07º45.67%49.8%-
HSV(B)2.07º62.7%72.55%-
XYZ23.4615.517.39-
YUV106.03107.11184.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.57%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=56.57%
G=22.32%
B=21.10%

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
Decimal185736900.610.630.272.0745.6749.8
HexB9494503D3F1B22e32
Octal271111105075773325662
Binary101110011001001100010101111011111111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94945; }

 p { color: rgb(185,73,69); }

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

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

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

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

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

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

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