Shades of Chestnut #B1504D
Tints of Chestnut #B1504D
RGB
CMYK
RGB Variations
Color information
#B1504D (or 0xB1504D) is known color: Chestnut. HEX triplet: B1, 50 and 4D. RGB value is (177,80,77). Sum of RGB (Red+Green+Blue) = 177+80+77=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1504D is #4EAFB2. Grayscale: #6C6C6C. Windows color (decimal): -5156787 or 5066929. OLE color: 5066929.
HSL color Cylindrical-coordinate representation of color #B1504D: hue angle of 1.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B1504D is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 77 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.31 |
| HSL | 1.8º | 0.39% | 0.5% | - |
| HSV(B) | 1.8º | 0.56% | 0.69% | - |
| XYZ | 22.34 | 15.62 | 8.86 | - |
| YUV | 108.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 77 | 0 | 0.55 | 0.56 | 0.31 | 1.8 | 0.39 | 0.5 |
| Hex | B1 | 50 | 4D | 0 | 37 | 38 | 1F | 2 | 27 | 32 |
| Octal | 261 | 120 | 115 | 0 | 67 | 70 | 37 | 2 | 47 | 62 |
| Binary | 10110001 | 1010000 | 1001101 | 0 | 110111 | 111000 | 11111 | 10 | 100111 | 110010 |
Color Harmonies of #B1504D
Complementary color
Monochromatic Colors of #B1504D
Black with #B1504D
Text Example
Text Example
White with #B1504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1504D; }
p { color: rgb(177,80,77); }
H1.HeaderClassName
{
color: #B1504D;
}
.AnyTagClassName
{
color: #B1504D;
}
</style>
background-color css
<style>
a { background-color: #B1504D; }
a { background-color: rgb(177,80,77); }
div.DivClassName
{
background-color: #B1504D;
}
.BgClassName
{
background-color: #B1504D;
}
</style>
border-color css
<style>
span { border-color: #B1504D; }
span { border-color: rgb(177,80,77); }
td.TdClassName
{
border-color: #B1504D;
}
.TagClassName
{
border-color: #B1504D;
}
</style>