Shades of Chestnut #B84444
Tints of Chestnut #B84444
RGB
CMYK
RGB Variations
Color information
#B84444 (or 0xB84444) is known color: Chestnut. HEX triplet: B8, 44 and 44. RGB value is (184,68,68). Sum of RGB (Red+Green+Blue) = 184+68+68=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B84444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84444 is #47BBBB. Grayscale: #666666. Windows color (decimal): -4701116 or 4474040. OLE color: 4474040.
HSL color Cylindrical-coordinate representation of color #B84444: hue angle of 0º 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 #B84444 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 68 | 68 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.28 |
| HSL | 0º | 0.46% | 0.49% | - |
| HSV(B) | 0º | 0.63% | 0.72% | - |
| XYZ | 22.88 | 14.74 | 7.11 | - |
| YUV | 102.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 68 | 68 | 0 | 0.63 | 0.63 | 0.28 | 0 | 0.46 | 0.49 |
| Hex | B8 | 44 | 44 | 0 | 3F | 3F | 1C | 0 | 2E | 31 |
| Octal | 270 | 104 | 104 | 0 | 77 | 77 | 34 | 0 | 56 | 61 |
| Binary | 10111000 | 1000100 | 1000100 | 0 | 111111 | 111111 | 11100 | 0 | 101110 | 110001 |
Color Harmonies of #B84444
Complementary color
Monochromatic Colors of #B84444
Black with #B84444
Text Example
Text Example
White with #B84444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84444; }
p { color: rgb(184,68,68); }
H1.HeaderClassName
{
color: #B84444;
}
.AnyTagClassName
{
color: #B84444;
}
</style>
background-color css
<style>
a { background-color: #B84444; }
a { background-color: rgb(184,68,68); }
div.DivClassName
{
background-color: #B84444;
}
.BgClassName
{
background-color: #B84444;
}
</style>
border-color css
<style>
span { border-color: #B84444; }
span { border-color: rgb(184,68,68); }
td.TdClassName
{
border-color: #B84444;
}
.TagClassName
{
border-color: #B84444;
}
</style>