Shades of Chestnut #B9504A
Tints of Chestnut #B9504A
RGB
CMYK
RGB Variations
Color information
#B9504A (or 0xB9504A) is known color: 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
| RGB | 185 | 80 | 74 | - |
| CMYK | 0 | 0.57 | 0.6 | 0.27 |
| HSL | 3.24º | 0.44% | 0.51% | - |
| HSV(B) | 3.24º | 0.6% | 0.73% | - |
| XYZ | 24.11 | 16.55 | 8.4 | - |
| YUV | 110.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 74 | 0 | 0.57 | 0.6 | 0.27 | 3.24 | 0.44 | 0.51 |
| Hex | B9 | 50 | 4A | 0 | 39 | 3C | 1B | 3 | 2C | 33 |
| Octal | 271 | 120 | 112 | 0 | 71 | 74 | 33 | 3 | 54 | 63 |
| Binary | 10111001 | 1010000 | 1001010 | 0 | 111001 | 111100 | 11011 | 11 | 101100 | 110011 |
Color Harmonies of #B9504A
Complementary color
Monochromatic Colors of #B9504A
Black with #B9504A
Text Example
Text Example
White with #B9504A
Text Example
Text Example
HTML Codes & Css Web 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>