Shades of Chestnut #B8554D
Tints of Chestnut #B8554D
RGB
CMYK
RGB Variations
Color information
#B8554D (or 0xB8554D) is known color: Chestnut. HEX triplet: B8, 55 and 4D. RGB value is (184,85,77). Sum of RGB (Red+Green+Blue) = 184+85+77=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8554D is #47AAB2. Grayscale: #717171. Windows color (decimal): -4696755 or 5068216. OLE color: 5068216.
HSL color Cylindrical-coordinate representation of color #B8554D: hue angle of 4.49º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8554D is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 77 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.28 |
| HSL | 4.49º | 0.43% | 0.51% | - |
| HSV(B) | 4.49º | 0.58% | 0.72% | - |
| XYZ | 24.36 | 17.22 | 9.06 | - |
| YUV | 113.69 | 107.3 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 77 | 0 | 0.54 | 0.58 | 0.28 | 4.49 | 0.43 | 0.51 |
| Hex | B8 | 55 | 4D | 0 | 36 | 3A | 1C | 4 | 2B | 33 |
| Octal | 270 | 125 | 115 | 0 | 66 | 72 | 34 | 4 | 53 | 63 |
| Binary | 10111000 | 1010101 | 1001101 | 0 | 110110 | 111010 | 11100 | 100 | 101011 | 110011 |
Color Harmonies of #B8554D
Complementary color
Monochromatic Colors of #B8554D
Black with #B8554D
Text Example
Text Example
White with #B8554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8554D; }
p { color: rgb(184,85,77); }
H1.HeaderClassName
{
color: #B8554D;
}
.AnyTagClassName
{
color: #B8554D;
}
</style>
background-color css
<style>
a { background-color: #B8554D; }
a { background-color: rgb(184,85,77); }
div.DivClassName
{
background-color: #B8554D;
}
.BgClassName
{
background-color: #B8554D;
}
</style>
border-color css
<style>
span { border-color: #B8554D; }
span { border-color: rgb(184,85,77); }
td.TdClassName
{
border-color: #B8554D;
}
.TagClassName
{
border-color: #B8554D;
}
</style>