#B95042

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

Shades of Chestnut #B95042

Tints of Chestnut #B95042

Color information

#B95042 (or 0xB95042) is unknown color: approx Chestnut. HEX triplet: B9, 50 and 42. RGB value is (185,80,66). Sum of RGB (Red+Green+Blue) = 185+80+66=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B95042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95042 is #46AFBD. Grayscale: #6D6D6D. Windows color (decimal): -4632510 or 4346041. OLE color: 4346041.

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

Color convert

RGB1858066-
CMYK00.570.640.27
HSL7.06º47.41%49.22%-
HSV(B)7.06º64.32%72.55%-
XYZ23.8616.447.07-
YUV109.8103.29181.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=55.89%
G=24.17%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185806600.570.640.277.0647.4149.22
HexB95042039401B72f31
Octal2711201020711003375761
Binary10111001101000010000100111001100000011011111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95042; }

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

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

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

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

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

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

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

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