#B85046

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

Shades of Chestnut #B85046

Tints of Chestnut #B85046

Color information

#B85046 (or 0xB85046) is unknown color: approx Chestnut. HEX triplet: B8, 50 and 46. RGB value is (184,80,70). Sum of RGB (Red+Green+Blue) = 184+80+70=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B85046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85046 is #47AFB9. Grayscale: #6E6E6E. Windows color (decimal): -4698042 or 4608184. OLE color: 4608184.

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

Color convert

RGB1848070-
CMYK00.570.620.28
HSL5.26º44.88%49.8%-
HSV(B)5.26º61.96%72.16%-
XYZ23.7416.377.7-
YUV109.96105.46180.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.09%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=55.09%
G=23.95%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184807000.570.620.285.2644.8849.8
HexB850460393E1C52d32
Octal270120106071763455562
Binary1011100010100001000110011100111111011100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85046; }

 p { color: rgb(184,80,70); }

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

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

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

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

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

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

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