Shades of Chestnut #B84F4F
Tints of Chestnut #B84F4F
RGB
CMYK
RGB Variations
Color information
#B84F4F (or 0xB84F4F) is known color: Chestnut. HEX triplet: B8, 4F and 4F. RGB value is (184,79,79). Sum of RGB (Red+Green+Blue) = 184+79+79=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F4F is #47B0B0. Grayscale: #6E6E6E. Windows color (decimal): -4698289 or 5197752. OLE color: 5197752.
HSL color Cylindrical-coordinate representation of color #B84F4F: hue angle of 0º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84F4F is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 79 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.28 |
| HSL | 0º | 0.43% | 0.52% | - |
| HSV(B) | 0º | 0.57% | 0.72% | - |
| XYZ | 23.97 | 16.35 | 9.29 | - |
| YUV | 110.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 79 | 0 | 0.57 | 0.57 | 0.28 | 0 | 0.43 | 0.52 |
| Hex | B8 | 4F | 4F | 0 | 39 | 39 | 1C | 0 | 2B | 34 |
| Octal | 270 | 117 | 117 | 0 | 71 | 71 | 34 | 0 | 53 | 64 |
| Binary | 10111000 | 1001111 | 1001111 | 0 | 111001 | 111001 | 11100 | 0 | 101011 | 110100 |
Color Harmonies of #B84F4F
Complementary color
Monochromatic Colors of #B84F4F
Black with #B84F4F
Text Example
Text Example
White with #B84F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F4F; }
p { color: rgb(184,79,79); }
H1.HeaderClassName
{
color: #B84F4F;
}
.AnyTagClassName
{
color: #B84F4F;
}
</style>
background-color css
<style>
a { background-color: #B84F4F; }
a { background-color: rgb(184,79,79); }
div.DivClassName
{
background-color: #B84F4F;
}
.BgClassName
{
background-color: #B84F4F;
}
</style>
border-color css
<style>
span { border-color: #B84F4F; }
span { border-color: rgb(184,79,79); }
td.TdClassName
{
border-color: #B84F4F;
}
.TagClassName
{
border-color: #B84F4F;
}
</style>