#B85247

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

Shades of Chestnut #B85247

Tints of Chestnut #B85247

Color information

#B85247 (or 0xB85247) is unknown color: approx Chestnut. HEX triplet: B8, 52 and 47. RGB value is (184,82,71). Sum of RGB (Red+Green+Blue) = 184+82+71=337 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.60% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 184 - color contains mainly: red. Hex color #B85247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85247 is #47ADB8. Grayscale: #6F6F6F. Windows color (decimal): -4697529 or 4674232. OLE color: 4674232.

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

Color convert

RGB1848271-
CMYK00.550.610.28
HSL5.84º44.31%50%-
HSV(B)5.84º61.41%72.16%-
XYZ23.9216.687.92-
YUV111.24105.29179.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.60%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=54.60%
G=24.33%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184827100.550.610.285.8444.3150
HexB852470373D1C62c32
Octal270122107067753465462
Binary1011100010100101000111011011111110111100110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85247; }

 p { color: rgb(184,82,71); }

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

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

 a { background-color: rgb(184,82,71); }

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

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

 span { border-color: rgb(184,82,71); }

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