#B94844

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

Shades of Chestnut #B94844

Tints of Chestnut #B94844

Color information

#B94844 (or 0xB94844) is unknown color: approx Chestnut. HEX triplet: B9, 48 and 44. RGB value is (185,72,68). Sum of RGB (Red+Green+Blue) = 185+72+68=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94844 is #46B7BB. Grayscale: #696969. Windows color (decimal): -4634556 or 4475065. OLE color: 4475065.

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

Color convert

RGB1857268-
CMYK00.610.630.27
HSL2.05º46.25%49.61%-
HSV(B)2.05º63.24%72.55%-
XYZ23.3715.377.2-
YUV105.33106.94184.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=56.92%
G=22.15%
B=20.92%

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
Decimal185726800.610.630.272.0546.2549.61
HexB9484403D3F1B22e32
Octal271110104075773325662
Binary101110011001000100010001111011111111101110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94844; }

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

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

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

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

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

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

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

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