#B85042

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

Shades of Chestnut #B85042

Tints of Chestnut #B85042

Color information

#B85042 (or 0xB85042) is unknown color: approx Chestnut. HEX triplet: B8, 50 and 42. RGB value is (184,80,66). Sum of RGB (Red+Green+Blue) = 184+80+66=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B85042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85042 is #47AFBD. Grayscale: #6D6D6D. Windows color (decimal): -4698046 or 4346040. OLE color: 4346040.

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

Color convert

RGB1848066-
CMYK00.570.640.28
HSL7.12º47.2%49.02%-
HSV(B)7.12º64.13%72.16%-
XYZ23.6216.327.06-
YUV109.5103.46181.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.76%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 66 (26.17% from 255) = 20%
R=55.76%
G=24.24%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184806600.570.640.287.1247.249.02
HexB85042039401C72f31
Octal2701201020711003475761
Binary10111000101000010000100111001100000011100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85042; }

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

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

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

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

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

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

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

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