#B85248

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

Shades of Chestnut #B85248

Tints of Chestnut #B85248

Color information

#B85248 (or 0xB85248) is unknown color: approx Chestnut. HEX triplet: B8, 52 and 48. RGB value is (184,82,72). Sum of RGB (Red+Green+Blue) = 184+82+72=338 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.44% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 184 - color contains mainly: red. Hex color #B85248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85248 is #47ADB7. Grayscale: #6F6F6F. Windows color (decimal): -4697528 or 4739768. OLE color: 4739768.

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

Color convert

RGB1848272-
CMYK00.550.610.28
HSL5.36º44.09%50.2%-
HSV(B)5.36º60.87%72.16%-
XYZ23.9516.698.09-
YUV111.36105.79179.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.44%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=54.44%
G=24.26%
B=21.30%

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
Decimal184827200.550.610.285.3644.0950.2
HexB852480373D1C52c32
Octal270122110067753455462
Binary1011100010100101001000011011111110111100101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85248; }

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

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

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

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

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

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

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

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