#B95251

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

Shades of Chestnut #B95251

Tints of Chestnut #B95251

Color information

#B95251 (or 0xB95251) is unknown color: approx Chestnut. HEX triplet: B9, 52 and 51. RGB value is (185,82,81). Sum of RGB (Red+Green+Blue) = 185+82+81=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B95251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95251 is #46ADAE. Grayscale: #707070. Windows color (decimal): -4631983 or 5329593. OLE color: 5329593.

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

Color convert

RGB1858281-
CMYK00.560.560.27
HSL0.58º42.62%52.16%-
HSV(B)0.58º56.22%72.55%-
XYZ24.5116.949.76-
YUV112.68110.12179.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=53.16%
G=23.56%
B=23.28%

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
Decimal185828100.560.560.270.5842.6252.16
HexB95251038381B12b34
Octal271122121070703315364
Binary10111001101001010100010111000111000110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95251; }

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

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

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

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

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

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

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

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