Shades of Chestnut #B8554A
Tints of Chestnut #B8554A
RGB
CMYK
RGB Variations
Color information
#B8554A (or 0xB8554A) is known color: Chestnut. HEX triplet: B8, 55 and 4A. RGB value is (184,85,74). Sum of RGB (Red+Green+Blue) = 184+85+74=343 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.64% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 184 - color contains mainly: red. Hex color #B8554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8554A is #47AAB5. Grayscale: #717171. Windows color (decimal): -4696758 or 4871608. OLE color: 4871608.
HSL color Cylindrical-coordinate representation of color #B8554A: hue angle of 6º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8554A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 74 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.28 |
| HSL | 6º | 0.44% | 0.51% | - |
| HSV(B) | 6º | 0.6% | 0.72% | - |
| XYZ | 24.25 | 17.18 | 8.52 | - |
| YUV | 113.35 | 105.8 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 74 | 0 | 0.54 | 0.60 | 0.28 | 6 | 0.44 | 0.51 |
| Hex | B8 | 55 | 4A | 0 | 36 | 3C | 1C | 6 | 2C | 33 |
| Octal | 270 | 125 | 112 | 0 | 66 | 74 | 34 | 6 | 54 | 63 |
| Binary | 10111000 | 1010101 | 1001010 | 0 | 110110 | 111100 | 11100 | 110 | 101100 | 110011 |
Color Harmonies of #B8554A
Complementary color
Monochromatic Colors of #B8554A
Black with #B8554A
Text Example
Text Example
White with #B8554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8554A; }
p { color: rgb(184,85,74); }
H1.HeaderClassName
{
color: #B8554A;
}
.AnyTagClassName
{
color: #B8554A;
}
</style>
background-color css
<style>
a { background-color: #B8554A; }
a { background-color: rgb(184,85,74); }
div.DivClassName
{
background-color: #B8554A;
}
.BgClassName
{
background-color: #B8554A;
}
</style>
border-color css
<style>
span { border-color: #B8554A; }
span { border-color: rgb(184,85,74); }
td.TdClassName
{
border-color: #B8554A;
}
.TagClassName
{
border-color: #B8554A;
}
</style>