Shades of Chestnut #B4504D
Tints of Chestnut #B4504D
RGB
CMYK
RGB Variations
Color information
#B4504D (or 0xB4504D) is known color: Chestnut. HEX triplet: B4, 50 and 4D. RGB value is (180,80,77). Sum of RGB (Red+Green+Blue) = 180+80+77=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4504D is #4BAFB2. Grayscale: #6D6D6D. Windows color (decimal): -4960179 or 5066932. OLE color: 5066932.
HSL color Cylindrical-coordinate representation of color #B4504D: hue angle of 1.75º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4504D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 77 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.29 |
| HSL | 1.75º | 0.41% | 0.5% | - |
| HSV(B) | 1.75º | 0.57% | 0.71% | - |
| XYZ | 23.03 | 15.98 | 8.89 | - |
| YUV | 109.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 77 | 0 | 0.56 | 0.57 | 0.29 | 1.75 | 0.41 | 0.5 |
| Hex | B4 | 50 | 4D | 0 | 38 | 39 | 1D | 2 | 29 | 32 |
| Octal | 264 | 120 | 115 | 0 | 70 | 71 | 35 | 2 | 51 | 62 |
| Binary | 10110100 | 1010000 | 1001101 | 0 | 111000 | 111001 | 11101 | 10 | 101001 | 110010 |
Color Harmonies of #B4504D
Complementary color
Monochromatic Colors of #B4504D
Black with #B4504D
Text Example
Text Example
White with #B4504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4504D; }
p { color: rgb(180,80,77); }
H1.HeaderClassName
{
color: #B4504D;
}
.AnyTagClassName
{
color: #B4504D;
}
</style>
background-color css
<style>
a { background-color: #B4504D; }
a { background-color: rgb(180,80,77); }
div.DivClassName
{
background-color: #B4504D;
}
.BgClassName
{
background-color: #B4504D;
}
</style>
border-color css
<style>
span { border-color: #B4504D; }
span { border-color: rgb(180,80,77); }
td.TdClassName
{
border-color: #B4504D;
}
.TagClassName
{
border-color: #B4504D;
}
</style>