Shades of Chestnut #B85147
Tints of Chestnut #B85147
RGB
CMYK
RGB Variations
Color information
#B85147 (or 0xB85147) is known color: Chestnut. HEX triplet: B8, 51 and 47. RGB value is (184,81,71). Sum of RGB (Red+Green+Blue) = 184+81+71=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B85147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85147 is #47AEB8. Grayscale: #6E6E6E. Windows color (decimal): -4697785 or 4673976. OLE color: 4673976.
HSL color Cylindrical-coordinate representation of color #B85147: hue angle of 5.31º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B85147 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 71 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.28 |
| HSL | 5.31º | 0.44% | 0.5% | - |
| HSV(B) | 5.31º | 0.61% | 0.72% | - |
| XYZ | 23.85 | 16.53 | 7.9 | - |
| YUV | 110.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 71 | 0 | 0.56 | 0.61 | 0.28 | 5.31 | 0.44 | 0.5 |
| Hex | B8 | 51 | 47 | 0 | 38 | 3D | 1C | 5 | 2C | 32 |
| Octal | 270 | 121 | 107 | 0 | 70 | 75 | 34 | 5 | 54 | 62 |
| Binary | 10111000 | 1010001 | 1000111 | 0 | 111000 | 111101 | 11100 | 101 | 101100 | 110010 |
Color Harmonies of #B85147
Complementary color
Monochromatic Colors of #B85147
Black with #B85147
Text Example
Text Example
White with #B85147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85147; }
p { color: rgb(184,81,71); }
H1.HeaderClassName
{
color: #B85147;
}
.AnyTagClassName
{
color: #B85147;
}
</style>
background-color css
<style>
a { background-color: #B85147; }
a { background-color: rgb(184,81,71); }
div.DivClassName
{
background-color: #B85147;
}
.BgClassName
{
background-color: #B85147;
}
</style>
border-color css
<style>
span { border-color: #B85147; }
span { border-color: rgb(184,81,71); }
td.TdClassName
{
border-color: #B85147;
}
.TagClassName
{
border-color: #B85147;
}
</style>