Shades of Chestnut #B54846
Tints of Chestnut #B54846
RGB
CMYK
RGB Variations
Color information
#B54846 (or 0xB54846) is known color: Chestnut. HEX triplet: B5, 48 and 46. RGB value is (181,72,70). Sum of RGB (Red+Green+Blue) = 181+72+70=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B54846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54846 is #4AB7B9. Grayscale: #686868. Windows color (decimal): -4896698 or 4606133. OLE color: 4606133.
HSL color Cylindrical-coordinate representation of color #B54846: hue angle of 1.08º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54846 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 70 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.29 |
| HSL | 1.08º | 0.44% | 0.49% | - |
| HSV(B) | 1.08º | 0.61% | 0.71% | - |
| XYZ | 22.48 | 14.9 | 7.49 | - |
| YUV | 104.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 70 | 0 | 0.60 | 0.61 | 0.29 | 1.08 | 0.44 | 0.49 |
| Hex | B5 | 48 | 46 | 0 | 3C | 3D | 1D | 1 | 2C | 31 |
| Octal | 265 | 110 | 106 | 0 | 74 | 75 | 35 | 1 | 54 | 61 |
| Binary | 10110101 | 1001000 | 1000110 | 0 | 111100 | 111101 | 11101 | 1 | 101100 | 110001 |
Color Harmonies of #B54846
Complementary color
Monochromatic Colors of #B54846
Black with #B54846
Text Example
Text Example
White with #B54846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54846; }
p { color: rgb(181,72,70); }
H1.HeaderClassName
{
color: #B54846;
}
.AnyTagClassName
{
color: #B54846;
}
</style>
background-color css
<style>
a { background-color: #B54846; }
a { background-color: rgb(181,72,70); }
div.DivClassName
{
background-color: #B54846;
}
.BgClassName
{
background-color: #B54846;
}
</style>
border-color css
<style>
span { border-color: #B54846; }
span { border-color: rgb(181,72,70); }
td.TdClassName
{
border-color: #B54846;
}
.TagClassName
{
border-color: #B54846;
}
</style>