#B95149

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

Shades of Chestnut #B95149

Tints of Chestnut #B95149

Color information

#B95149 (or 0xB95149) is unknown color: approx Chestnut. HEX triplet: B9, 51 and 49. RGB value is (185,81,73). Sum of RGB (Red+Green+Blue) = 185+81+73=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B95149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95149 is #46AEB6. Grayscale: #6F6F6F. Windows color (decimal): -4632247 or 4805049. OLE color: 4805049.

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

Color convert

RGB1858173-
CMYK00.560.610.27
HSL4.29º44.44%50.59%-
HSV(B)4.29º60.54%72.55%-
XYZ24.1516.688.25-
YUV111.18106.46180.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=54.57%
G=23.89%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185817300.560.610.274.2944.4450.59
HexB951490383D1B42c33
Octal271121111070753345463
Binary1011100110100011001001011100011110111011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95149; }

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

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

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

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

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

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

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

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