Shades of Chestnut #B45446
Tints of Chestnut #B45446
RGB
CMYK
RGB Variations
Color information
#B45446 (or 0xB45446) is known color: Chestnut. HEX triplet: B4, 54 and 46. RGB value is (180,84,70). Sum of RGB (Red+Green+Blue) = 180+84+70=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B45446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45446 is #4BABB9. Grayscale: #6F6F6F. Windows color (decimal): -4959162 or 4609204. OLE color: 4609204.
HSL color Cylindrical-coordinate representation of color #B45446: hue angle of 7.64º 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 #B45446 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 70 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.29 |
| HSL | 7.64º | 0.44% | 0.49% | - |
| HSV(B) | 7.64º | 0.61% | 0.71% | - |
| XYZ | 23.1 | 16.49 | 7.76 | - |
| YUV | 111.11 | 104.8 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 70 | 0 | 0.53 | 0.61 | 0.29 | 7.64 | 0.44 | 0.49 |
| Hex | B4 | 54 | 46 | 0 | 35 | 3D | 1D | 8 | 2C | 31 |
| Octal | 264 | 124 | 106 | 0 | 65 | 75 | 35 | 10 | 54 | 61 |
| Binary | 10110100 | 1010100 | 1000110 | 0 | 110101 | 111101 | 11101 | 1000 | 101100 | 110001 |
Color Harmonies of #B45446
Complementary color
Monochromatic Colors of #B45446
Black with #B45446
Text Example
Text Example
White with #B45446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45446; }
p { color: rgb(180,84,70); }
H1.HeaderClassName
{
color: #B45446;
}
.AnyTagClassName
{
color: #B45446;
}
</style>
background-color css
<style>
a { background-color: #B45446; }
a { background-color: rgb(180,84,70); }
div.DivClassName
{
background-color: #B45446;
}
.BgClassName
{
background-color: #B45446;
}
</style>
border-color css
<style>
span { border-color: #B45446; }
span { border-color: rgb(180,84,70); }
td.TdClassName
{
border-color: #B45446;
}
.TagClassName
{
border-color: #B45446;
}
</style>