#B95151

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

Shades of Chestnut #B95151

Tints of Chestnut #B95151

Color information

#B95151 (or 0xB95151) is unknown color: approx Chestnut. HEX triplet: B9, 51 and 51. RGB value is (185,81,81). Sum of RGB (Red+Green+Blue) = 185+81+81=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B95151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95151 is #46AEAE. Grayscale: #707070. Windows color (decimal): -4632239 or 5329337. OLE color: 5329337.

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

Color convert

RGB1858181-
CMYK00.560.560.27
HSL42.62%52.16%-
HSV(B)56.22%72.55%-
XYZ24.4416.799.74-
YUV112.1110.46180-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=53.31%
G=23.34%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185818100.560.560.27042.6252.16
HexB95151038381B02b34
Octal271121121070703305364
Binary10111001101000110100010111000111000110110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95151; }

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

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

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

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

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

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

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

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