Shades of Chestnut #B45150
Tints of Chestnut #B45150
RGB
CMYK
RGB Variations
Color information
#B45150 (or 0xB45150) is known color: Chestnut. HEX triplet: B4, 51 and 50. RGB value is (180,81,80). Sum of RGB (Red+Green+Blue) = 180+81+80=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B45150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45150 is #4BAEAF. Grayscale: #6E6E6E. Windows color (decimal): -4959920 or 5263796. OLE color: 5263796.
HSL color Cylindrical-coordinate representation of color #B45150: hue angle of 0.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45150 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 81 | 80 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.29 |
| HSL | 0.6º | 0.4% | 0.51% | - |
| HSV(B) | 0.6º | 0.56% | 0.71% | - |
| XYZ | 23.21 | 16.17 | 9.49 | - |
| YUV | 110.49 | 110.8 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 81 | 80 | 0 | 0.55 | 0.56 | 0.29 | 0.6 | 0.4 | 0.51 |
| Hex | B4 | 51 | 50 | 0 | 37 | 38 | 1D | 1 | 28 | 33 |
| Octal | 264 | 121 | 120 | 0 | 67 | 70 | 35 | 1 | 50 | 63 |
| Binary | 10110100 | 1010001 | 1010000 | 0 | 110111 | 111000 | 11101 | 1 | 101000 | 110011 |
Color Harmonies of #B45150
Complementary color
Monochromatic Colors of #B45150
Black with #B45150
Text Example
Text Example
White with #B45150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45150; }
p { color: rgb(180,81,80); }
H1.HeaderClassName
{
color: #B45150;
}
.AnyTagClassName
{
color: #B45150;
}
</style>
background-color css
<style>
a { background-color: #B45150; }
a { background-color: rgb(180,81,80); }
div.DivClassName
{
background-color: #B45150;
}
.BgClassName
{
background-color: #B45150;
}
</style>
border-color css
<style>
span { border-color: #B45150; }
span { border-color: rgb(180,81,80); }
td.TdClassName
{
border-color: #B45150;
}
.TagClassName
{
border-color: #B45150;
}
</style>