#B9504A

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

Shades of Chestnut #B9504A

Tints of Chestnut #B9504A

Color information

#B9504A (or 0xB9504A) is unknown color: approx Chestnut. HEX triplet: B9, 50 and 4A. RGB value is (185,80,74). Sum of RGB (Red+Green+Blue) = 185+80+74=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B9504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9504A is #46AFB5. Grayscale: #6E6E6E. Windows color (decimal): -4632502 or 4870329. OLE color: 4870329.

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

Color convert

RGB1858074-
CMYK00.570.60.27
HSL3.24º44.22%50.78%-
HSV(B)3.24º60%72.55%-
XYZ24.1116.558.4-
YUV110.71107.29180.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.57%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=54.57%
G=23.60%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185807400.570.60.273.2444.2250.78
HexB9504A0393C1B32c33
Octal271120112071743335463
Binary101110011010000100101001110011111001101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9504A; }

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

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

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

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

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

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

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

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