Shades of Chestnut #B84D40
Tints of Chestnut #B84D40
RGB
CMYK
RGB Variations
Color information
#B84D40 (or 0xB84D40) is known color: Chestnut. HEX triplet: B8, 4D and 40. RGB value is (184,77,64). Sum of RGB (Red+Green+Blue) = 184+77+64=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84D40 is #47B2BF. Grayscale: #6B6B6B. Windows color (decimal): -4698816 or 4214200. OLE color: 4214200.
HSL color Cylindrical-coordinate representation of color #B84D40: hue angle of 6.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84D40 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 64 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.28 |
| HSL | 6.5º | 0.48% | 0.49% | - |
| HSV(B) | 6.5º | 0.65% | 0.72% | - |
| XYZ | 23.35 | 15.87 | 6.68 | - |
| YUV | 107.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 64 | 0 | 0.58 | 0.65 | 0.28 | 6.5 | 0.48 | 0.49 |
| Hex | B8 | 4D | 40 | 0 | 3A | 41 | 1C | 6 | 30 | 31 |
| Octal | 270 | 115 | 100 | 0 | 72 | 101 | 34 | 6 | 60 | 61 |
| Binary | 10111000 | 1001101 | 1000000 | 0 | 111010 | 1000001 | 11100 | 110 | 110000 | 110001 |
Color Harmonies of #B84D40
Complementary color
Monochromatic Colors of #B84D40
Black with #B84D40
Text Example
Text Example
White with #B84D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D40; }
p { color: rgb(184,77,64); }
H1.HeaderClassName
{
color: #B84D40;
}
.AnyTagClassName
{
color: #B84D40;
}
</style>
background-color css
<style>
a { background-color: #B84D40; }
a { background-color: rgb(184,77,64); }
div.DivClassName
{
background-color: #B84D40;
}
.BgClassName
{
background-color: #B84D40;
}
</style>
border-color css
<style>
span { border-color: #B84D40; }
span { border-color: rgb(184,77,64); }
td.TdClassName
{
border-color: #B84D40;
}
.TagClassName
{
border-color: #B84D40;
}
</style>