Shades of Chestnut #B84F44
Tints of Chestnut #B84F44
RGB
CMYK
RGB Variations
Color information
#B84F44 (or 0xB84F44) is known color: Chestnut. HEX triplet: B8, 4F and 44. RGB value is (184,79,68). Sum of RGB (Red+Green+Blue) = 184+79+68=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B84F44 is #47B0BB. Grayscale: #6D6D6D. Windows color (decimal): -4698300 or 4476856. OLE color: 4476856.
HSL color Cylindrical-coordinate representation of color #B84F44: hue angle of 5.69º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84F44 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 68 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.28 |
| HSL | 5.69º | 0.46% | 0.49% | - |
| HSV(B) | 5.69º | 0.63% | 0.72% | - |
| XYZ | 23.61 | 16.2 | 7.35 | - |
| YUV | 109.14 | 104.79 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 68 | 0 | 0.57 | 0.63 | 0.28 | 5.69 | 0.46 | 0.49 |
| Hex | B8 | 4F | 44 | 0 | 39 | 3F | 1C | 6 | 2E | 31 |
| Octal | 270 | 117 | 104 | 0 | 71 | 77 | 34 | 6 | 56 | 61 |
| Binary | 10111000 | 1001111 | 1000100 | 0 | 111001 | 111111 | 11100 | 110 | 101110 | 110001 |
Color Harmonies of #B84F44
Complementary color
Monochromatic Colors of #B84F44
Black with #B84F44
Text Example
Text Example
White with #B84F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F44; }
p { color: rgb(184,79,68); }
H1.HeaderClassName
{
color: #B84F44;
}
.AnyTagClassName
{
color: #B84F44;
}
</style>
background-color css
<style>
a { background-color: #B84F44; }
a { background-color: rgb(184,79,68); }
div.DivClassName
{
background-color: #B84F44;
}
.BgClassName
{
background-color: #B84F44;
}
</style>
border-color css
<style>
span { border-color: #B84F44; }
span { border-color: rgb(184,79,68); }
td.TdClassName
{
border-color: #B84F44;
}
.TagClassName
{
border-color: #B84F44;
}
</style>