Shades of Chestnut #B85548
Tints of Chestnut #B85548
RGB
CMYK
RGB Variations
Color information
#B85548 (or 0xB85548) is known color: Chestnut. HEX triplet: B8, 55 and 48. RGB value is (184,85,72). Sum of RGB (Red+Green+Blue) = 184+85+72=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B85548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85548 is #47AAB7. Grayscale: #717171. Windows color (decimal): -4696760 or 4740536. OLE color: 4740536.
HSL color Cylindrical-coordinate representation of color #B85548: hue angle of 6.96º 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 #B85548 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 72 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.28 |
| HSL | 6.96º | 0.44% | 0.5% | - |
| HSV(B) | 6.96º | 0.61% | 0.72% | - |
| XYZ | 24.19 | 17.16 | 8.17 | - |
| YUV | 113.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 72 | 0 | 0.54 | 0.61 | 0.28 | 6.96 | 0.44 | 0.5 |
| Hex | B8 | 55 | 48 | 0 | 36 | 3D | 1C | 7 | 2C | 32 |
| Octal | 270 | 125 | 110 | 0 | 66 | 75 | 34 | 7 | 54 | 62 |
| Binary | 10111000 | 1010101 | 1001000 | 0 | 110110 | 111101 | 11100 | 111 | 101100 | 110010 |
Color Harmonies of #B85548
Complementary color
Monochromatic Colors of #B85548
Black with #B85548
Text Example
Text Example
White with #B85548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85548; }
p { color: rgb(184,85,72); }
H1.HeaderClassName
{
color: #B85548;
}
.AnyTagClassName
{
color: #B85548;
}
</style>
background-color css
<style>
a { background-color: #B85548; }
a { background-color: rgb(184,85,72); }
div.DivClassName
{
background-color: #B85548;
}
.BgClassName
{
background-color: #B85548;
}
</style>
border-color css
<style>
span { border-color: #B85548; }
span { border-color: rgb(184,85,72); }
td.TdClassName
{
border-color: #B85548;
}
.TagClassName
{
border-color: #B85548;
}
</style>