#B94646

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

Shades of Chestnut #B94646

Tints of Chestnut #B94646

Color information

#B94646 (or 0xB94646) is unknown color: approx Chestnut. HEX triplet: B9, 46 and 46. RGB value is (185,70,70). Sum of RGB (Red+Green+Blue) = 185+70+70=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B94646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94646 is #46B9B9. Grayscale: #686868. Windows color (decimal): -4635066 or 4605625. OLE color: 4605625.

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

Color convert

RGB1857070-
CMYK00.620.620.27
HSL45.1%50%-
HSV(B)62.16%72.55%-
XYZ23.315.147.49-
YUV104.38108.6185.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=56.92%
G=21.54%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185707000.620.620.27045.150
HexB9464603E3E1B02d32
Octal271106106076763305562
Binary10111001100011010001100111110111110110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94646; }

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

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

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

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

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

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

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

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