#B95142

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

Shades of Chestnut #B95142

Tints of Chestnut #B95142

Color information

#B95142 (or 0xB95142) is unknown color: approx Chestnut. HEX triplet: B9, 51 and 42. RGB value is (185,81,66). Sum of RGB (Red+Green+Blue) = 185+81+66=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B95142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95142 is #46AEBD. Grayscale: #6E6E6E. Windows color (decimal): -4632254 or 4346297. OLE color: 4346297.

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

Color convert

RGB1858166-
CMYK00.560.640.27
HSL7.56º47.41%49.22%-
HSV(B)7.56º64.32%72.55%-
XYZ23.9316.597.1-
YUV110.39102.96181.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.72%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=55.72%
G=24.40%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185816600.560.640.277.5647.4149.22
HexB95142038401B82f31
Octal27112110207010033105761
Binary101110011010001100001001110001000000110111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95142; }

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

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

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

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

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

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

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

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