Shades of Chestnut #B1504F
Tints of Chestnut #B1504F
RGB
CMYK
RGB Variations
Color information
#B1504F (or 0xB1504F) is known color: Chestnut. HEX triplet: B1, 50 and 4F. RGB value is (177,80,79). Sum of RGB (Red+Green+Blue) = 177+80+79=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1504F is #4EAFB0. Grayscale: #6C6C6C. Windows color (decimal): -5156785 or 5198001. OLE color: 5198001.
HSL color Cylindrical-coordinate representation of color #B1504F: hue angle of 0.61º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1504F is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 80 | 79 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.31 |
| HSL | 0.61º | 0.39% | 0.5% | - |
| HSV(B) | 0.61º | 0.55% | 0.69% | - |
| XYZ | 22.41 | 15.65 | 9.24 | - |
| YUV | 108.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 79 | 0 | 0.55 | 0.55 | 0.31 | 0.61 | 0.39 | 0.5 |
| Hex | B1 | 50 | 4F | 0 | 37 | 37 | 1F | 1 | 27 | 32 |
| Octal | 261 | 120 | 117 | 0 | 67 | 67 | 37 | 1 | 47 | 62 |
| Binary | 10110001 | 1010000 | 1001111 | 0 | 110111 | 110111 | 11111 | 1 | 100111 | 110010 |
Color Harmonies of #B1504F
Complementary color
Monochromatic Colors of #B1504F
Black with #B1504F
Text Example
Text Example
White with #B1504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1504F; }
p { color: rgb(177,80,79); }
H1.HeaderClassName
{
color: #B1504F;
}
.AnyTagClassName
{
color: #B1504F;
}
</style>
background-color css
<style>
a { background-color: #B1504F; }
a { background-color: rgb(177,80,79); }
div.DivClassName
{
background-color: #B1504F;
}
.BgClassName
{
background-color: #B1504F;
}
</style>
border-color css
<style>
span { border-color: #B1504F; }
span { border-color: rgb(177,80,79); }
td.TdClassName
{
border-color: #B1504F;
}
.TagClassName
{
border-color: #B1504F;
}
</style>