Shades of Chestnut #B9554A
Tints of Chestnut #B9554A
RGB
CMYK
RGB Variations
Color information
#B9554A (or 0xB9554A) is known color: Chestnut. HEX triplet: B9, 55 and 4A. RGB value is (185,85,74). Sum of RGB (Red+Green+Blue) = 185+85+74=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9554A is #46AAB5. Grayscale: #717171. Windows color (decimal): -4631222 or 4871609. OLE color: 4871609.
HSL color Cylindrical-coordinate representation of color #B9554A: hue angle of 5.95º 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 #B9554A is Cyan = 0, Magento = 0.54, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
RGB | 185 | 85 | 74 | - |
CMYK | 0 | 0.54 | 0.6 | 0.27 |
HSL | 5.95º | 0.44% | 0.51% | - |
HSV(B) | 5.95º | 0.6% | 0.73% | - |
XYZ | 24.49 | 17.31 | 8.53 | - |
YUV | 113.65 | 105.63 | 178.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 85 | 74 | 0 | 0.54 | 0.6 | 0.27 | 5.95 | 0.44 | 0.51 |
Hex | B9 | 55 | 4A | 0 | 36 | 3C | 1B | 6 | 2C | 33 |
Octal | 271 | 125 | 112 | 0 | 66 | 74 | 33 | 6 | 54 | 63 |
Binary | 10111001 | 1010101 | 1001010 | 0 | 110110 | 111100 | 11011 | 110 | 101100 | 110011 |
Color Harmonies of #B9554A
Complementary color
Monochromatic Colors of #B9554A
Black with #B9554A
Text Example
Text Example
White with #B9554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9554A; }
p { color: rgb(185,85,74); }
H1.HeaderClassName
{
color: #B9554A;
}
.AnyTagClassName
{
color: #B9554A;
}
</style>
background-color css
<style>
a { background-color: #B9554A; }
a { background-color: rgb(185,85,74); }
div.DivClassName
{
background-color: #B9554A;
}
.BgClassName
{
background-color: #B9554A;
}
</style>
border-color css
<style>
span { border-color: #B9554A; }
span { border-color: rgb(185,85,74); }
td.TdClassName
{
border-color: #B9554A;
}
.TagClassName
{
border-color: #B9554A;
}
</style>