Shades of Chestnut #B7574E
Tints of Chestnut #B7574E
RGB
CMYK
RGB Variations
Color information
#B7574E (or 0xB7574E) is known color: Chestnut. HEX triplet: B7, 57 and 4E. RGB value is (183,87,78). Sum of RGB (Red+Green+Blue) = 183+87+78=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7574E is #48A8B1. Grayscale: #727272. Windows color (decimal): -4761778 or 5134263. OLE color: 5134263.
HSL color Cylindrical-coordinate representation of color #B7574E: hue angle of 5.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7574E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 87 | 78 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.28 |
| HSL | 5.14º | 0.42% | 0.51% | - |
| HSV(B) | 5.14º | 0.57% | 0.72% | - |
| XYZ | 24.31 | 17.43 | 9.29 | - |
| YUV | 114.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 87 | 78 | 0 | 0.52 | 0.57 | 0.28 | 5.14 | 0.42 | 0.51 |
| Hex | B7 | 57 | 4E | 0 | 34 | 39 | 1C | 5 | 2A | 33 |
| Octal | 267 | 127 | 116 | 0 | 64 | 71 | 34 | 5 | 52 | 63 |
| Binary | 10110111 | 1010111 | 1001110 | 0 | 110100 | 111001 | 11100 | 101 | 101010 | 110011 |
Color Harmonies of #B7574E
Complementary color
Monochromatic Colors of #B7574E
Black with #B7574E
Text Example
Text Example
White with #B7574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7574E; }
p { color: rgb(183,87,78); }
H1.HeaderClassName
{
color: #B7574E;
}
.AnyTagClassName
{
color: #B7574E;
}
</style>
background-color css
<style>
a { background-color: #B7574E; }
a { background-color: rgb(183,87,78); }
div.DivClassName
{
background-color: #B7574E;
}
.BgClassName
{
background-color: #B7574E;
}
</style>
border-color css
<style>
span { border-color: #B7574E; }
span { border-color: rgb(183,87,78); }
td.TdClassName
{
border-color: #B7574E;
}
.TagClassName
{
border-color: #B7574E;
}
</style>