Shades of Chestnut #B45040
Tints of Chestnut #B45040
RGB
CMYK
RGB Variations
Color information
#B45040 (or 0xB45040) is known color: Chestnut. HEX triplet: B4, 50 and 40. RGB value is (180,80,64). Sum of RGB (Red+Green+Blue) = 180+80+64=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B45040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45040 is #4BAFBF. Grayscale: #6C6C6C. Windows color (decimal): -4960192 or 4214964. OLE color: 4214964.
HSL color Cylindrical-coordinate representation of color #B45040: hue angle of 8.28º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45040 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 64 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.29 |
| HSL | 8.28º | 0.48% | 0.48% | - |
| HSV(B) | 8.28º | 0.64% | 0.71% | - |
| XYZ | 22.62 | 15.81 | 6.71 | - |
| YUV | 108.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 64 | 0 | 0.56 | 0.64 | 0.29 | 8.28 | 0.48 | 0.48 |
| Hex | B4 | 50 | 40 | 0 | 38 | 40 | 1D | 8 | 30 | 30 |
| Octal | 264 | 120 | 100 | 0 | 70 | 100 | 35 | 10 | 60 | 60 |
| Binary | 10110100 | 1010000 | 1000000 | 0 | 111000 | 1000000 | 11101 | 1000 | 110000 | 110000 |
Color Harmonies of #B45040
Complementary color
Monochromatic Colors of #B45040
Black with #B45040
Text Example
Text Example
White with #B45040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45040; }
p { color: rgb(180,80,64); }
H1.HeaderClassName
{
color: #B45040;
}
.AnyTagClassName
{
color: #B45040;
}
</style>
background-color css
<style>
a { background-color: #B45040; }
a { background-color: rgb(180,80,64); }
div.DivClassName
{
background-color: #B45040;
}
.BgClassName
{
background-color: #B45040;
}
</style>
border-color css
<style>
span { border-color: #B45040; }
span { border-color: rgb(180,80,64); }
td.TdClassName
{
border-color: #B45040;
}
.TagClassName
{
border-color: #B45040;
}
</style>