Shades of Chestnut #B8504D
Tints of Chestnut #B8504D
RGB
CMYK
RGB Variations
Color information
#B8504D (or 0xB8504D) is known color: Chestnut. HEX triplet: B8, 50 and 4D. RGB value is (184,80,77). Sum of RGB (Red+Green+Blue) = 184+80+77=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B8504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8504D is #47AFB2. Grayscale: #6E6E6E. Windows color (decimal): -4698035 or 5066936. OLE color: 5066936.
HSL color Cylindrical-coordinate representation of color #B8504D: hue angle of 1.68º 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 #B8504D is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 77 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.28 |
| HSL | 1.68º | 0.43% | 0.51% | - |
| HSV(B) | 1.68º | 0.58% | 0.72% | - |
| XYZ | 23.98 | 16.46 | 8.94 | - |
| YUV | 110.75 | 108.96 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 77 | 0 | 0.57 | 0.58 | 0.28 | 1.68 | 0.43 | 0.51 |
| Hex | B8 | 50 | 4D | 0 | 39 | 3A | 1C | 2 | 2B | 33 |
| Octal | 270 | 120 | 115 | 0 | 71 | 72 | 34 | 2 | 53 | 63 |
| Binary | 10111000 | 1010000 | 1001101 | 0 | 111001 | 111010 | 11100 | 10 | 101011 | 110011 |
Color Harmonies of #B8504D
Complementary color
Monochromatic Colors of #B8504D
Black with #B8504D
Text Example
Text Example
White with #B8504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8504D; }
p { color: rgb(184,80,77); }
H1.HeaderClassName
{
color: #B8504D;
}
.AnyTagClassName
{
color: #B8504D;
}
</style>
background-color css
<style>
a { background-color: #B8504D; }
a { background-color: rgb(184,80,77); }
div.DivClassName
{
background-color: #B8504D;
}
.BgClassName
{
background-color: #B8504D;
}
</style>
border-color css
<style>
span { border-color: #B8504D; }
span { border-color: rgb(184,80,77); }
td.TdClassName
{
border-color: #B8504D;
}
.TagClassName
{
border-color: #B8504D;
}
</style>