Shades of Chestnut #B9554B
Tints of Chestnut #B9554B
RGB
CMYK
RGB Variations
Color information
#B9554B (or 0xB9554B) is known color: Chestnut. HEX triplet: B9, 55 and 4B. RGB value is (185,85,75). Sum of RGB (Red+Green+Blue) = 185+85+75=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9554B is #46AAB4. Grayscale: #717171. Windows color (decimal): -4631221 or 4937145. OLE color: 4937145.
HSL color Cylindrical-coordinate representation of color #B9554B: hue angle of 5.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9554B is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 75 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.27 |
| HSL | 5.45º | 0.44% | 0.51% | - |
| HSV(B) | 5.45º | 0.59% | 0.73% | - |
| XYZ | 24.53 | 17.32 | 8.71 | - |
| YUV | 113.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 75 | 0 | 0.54 | 0.59 | 0.27 | 5.45 | 0.44 | 0.51 |
| Hex | B9 | 55 | 4B | 0 | 36 | 3B | 1B | 5 | 2C | 33 |
| Octal | 271 | 125 | 113 | 0 | 66 | 73 | 33 | 5 | 54 | 63 |
| Binary | 10111001 | 1010101 | 1001011 | 0 | 110110 | 111011 | 11011 | 101 | 101100 | 110011 |
Color Harmonies of #B9554B
Complementary color
Monochromatic Colors of #B9554B
Black with #B9554B
Text Example
Text Example
White with #B9554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9554B; }
p { color: rgb(185,85,75); }
H1.HeaderClassName
{
color: #B9554B;
}
.AnyTagClassName
{
color: #B9554B;
}
</style>
background-color css
<style>
a { background-color: #B9554B; }
a { background-color: rgb(185,85,75); }
div.DivClassName
{
background-color: #B9554B;
}
.BgClassName
{
background-color: #B9554B;
}
</style>
border-color css
<style>
span { border-color: #B9554B; }
span { border-color: rgb(185,85,75); }
td.TdClassName
{
border-color: #B9554B;
}
.TagClassName
{
border-color: #B9554B;
}
</style>