Shades of Chestnut #B85240
Tints of Chestnut #B85240
RGB
CMYK
RGB Variations
Color information
#B85240 (or 0xB85240) is known color: Chestnut. HEX triplet: B8, 52 and 40. RGB value is (184,82,64). Sum of RGB (Red+Green+Blue) = 184+82+64=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B85240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85240 is #47ADBF. Grayscale: #6E6E6E. Windows color (decimal): -4697536 or 4215480. OLE color: 4215480.
HSL color Cylindrical-coordinate representation of color #B85240: hue angle of 9º 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 #B85240 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 64 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.28 |
| HSL | 9º | 0.48% | 0.49% | - |
| HSV(B) | 9º | 0.65% | 0.72% | - |
| XYZ | 23.71 | 16.6 | 6.8 | - |
| YUV | 110.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 64 | 0 | 0.55 | 0.65 | 0.28 | 9 | 0.48 | 0.49 |
| Hex | B8 | 52 | 40 | 0 | 37 | 41 | 1C | 9 | 30 | 31 |
| Octal | 270 | 122 | 100 | 0 | 67 | 101 | 34 | 11 | 60 | 61 |
| Binary | 10111000 | 1010010 | 1000000 | 0 | 110111 | 1000001 | 11100 | 1001 | 110000 | 110001 |
Color Harmonies of #B85240
Complementary color
Monochromatic Colors of #B85240
Black with #B85240
Text Example
Text Example
White with #B85240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85240; }
p { color: rgb(184,82,64); }
H1.HeaderClassName
{
color: #B85240;
}
.AnyTagClassName
{
color: #B85240;
}
</style>
background-color css
<style>
a { background-color: #B85240; }
a { background-color: rgb(184,82,64); }
div.DivClassName
{
background-color: #B85240;
}
.BgClassName
{
background-color: #B85240;
}
</style>
border-color css
<style>
span { border-color: #B85240; }
span { border-color: rgb(184,82,64); }
td.TdClassName
{
border-color: #B85240;
}
.TagClassName
{
border-color: #B85240;
}
</style>