#B85142

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

Shades of Chestnut #B85142

Tints of Chestnut #B85142

Color information

#B85142 (or 0xB85142) is unknown color: approx Chestnut. HEX triplet: B8, 51 and 42. RGB value is (184,81,66). Sum of RGB (Red+Green+Blue) = 184+81+66=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B85142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85142 is #47AEBD. Grayscale: #6E6E6E. Windows color (decimal): -4697790 or 4346296. OLE color: 4346296.

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

Color convert

RGB1848166-
CMYK00.560.640.28
HSL7.63º47.2%49.02%-
HSV(B)7.63º64.13%72.16%-
XYZ23.6916.477.08-
YUV110.09103.12180.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=55.59%
G=24.47%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184816600.560.640.287.6347.249.02
HexB85142038401C82f31
Octal27012110207010034105761
Binary101110001010001100001001110001000000111001000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85142; }

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

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

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

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

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

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

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

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