Shades of Chestnut #B2534D
Tints of Chestnut #B2534D
RGB
CMYK
RGB Variations
Color information
#B2534D (or 0xB2534D) is known color: Chestnut. HEX triplet: B2, 53 and 4D. RGB value is (178,83,77). Sum of RGB (Red+Green+Blue) = 178+83+77=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2534D is #4DACB2. Grayscale: #6E6E6E. Windows color (decimal): -5090483 or 5067698. OLE color: 5067698.
HSL color Cylindrical-coordinate representation of color #B2534D: hue angle of 3.56º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2534D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 77 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.30 |
| HSL | 3.56º | 0.4% | 0.5% | - |
| HSV(B) | 3.56º | 0.57% | 0.7% | - |
| XYZ | 22.79 | 16.19 | 8.94 | - |
| YUV | 110.72 | 108.97 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 77 | 0 | 0.53 | 0.57 | 0.30 | 3.56 | 0.4 | 0.5 |
| Hex | B2 | 53 | 4D | 0 | 35 | 39 | 1E | 4 | 28 | 32 |
| Octal | 262 | 123 | 115 | 0 | 65 | 71 | 36 | 4 | 50 | 62 |
| Binary | 10110010 | 1010011 | 1001101 | 0 | 110101 | 111001 | 11110 | 100 | 101000 | 110010 |
Color Harmonies of #B2534D
Complementary color
Monochromatic Colors of #B2534D
Black with #B2534D
Text Example
Text Example
White with #B2534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2534D; }
p { color: rgb(178,83,77); }
H1.HeaderClassName
{
color: #B2534D;
}
.AnyTagClassName
{
color: #B2534D;
}
</style>
background-color css
<style>
a { background-color: #B2534D; }
a { background-color: rgb(178,83,77); }
div.DivClassName
{
background-color: #B2534D;
}
.BgClassName
{
background-color: #B2534D;
}
</style>
border-color css
<style>
span { border-color: #B2534D; }
span { border-color: rgb(178,83,77); }
td.TdClassName
{
border-color: #B2534D;
}
.TagClassName
{
border-color: #B2534D;
}
</style>