#B94946

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

Shades of Chestnut #B94946

Tints of Chestnut #B94946

Color information

#B94946 (or 0xB94946) is unknown color: approx Chestnut. HEX triplet: B9, 49 and 46. RGB value is (185,73,70). Sum of RGB (Red+Green+Blue) = 185+73+70=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B94946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94946 is #46B6B9. Grayscale: #6A6A6A. Windows color (decimal): -4634298 or 4606393. OLE color: 4606393.

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

Color convert

RGB1857370-
CMYK00.610.620.27
HSL1.57º45.1%50%-
HSV(B)1.57º62.16%72.55%-
XYZ23.515.527.55-
YUV106.15107.61184.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 73 (28.91% from 255) = 22.26%
BLUE value IS 70 (27.73% from 255) = 21.34%
R=56.40%
G=22.26%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185737000.610.620.271.5745.150
HexB9494603D3E1B22d32
Octal271111106075763325562
Binary101110011001001100011001111011111101101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94946; }

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

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

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

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

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

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

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

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