Shades of Chestnut #B74E4E
Tints of Chestnut #B74E4E
RGB
CMYK
RGB Variations
Color information
#B74E4E (or 0xB74E4E) is known color: Chestnut. HEX triplet: B7, 4E and 4E. RGB value is (183,78,78). Sum of RGB (Red+Green+Blue) = 183+78+78=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E4E is #48B1B1. Grayscale: #6D6D6D. Windows color (decimal): -4764082 or 5131959. OLE color: 5131959.
HSL color Cylindrical-coordinate representation of color #B74E4E: hue angle of 0º 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 #B74E4E is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 78 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.28 |
| HSL | 0º | 0.42% | 0.51% | - |
| HSV(B) | 0º | 0.57% | 0.72% | - |
| XYZ | 23.63 | 16.07 | 9.06 | - |
| YUV | 109.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 78 | 0 | 0.57 | 0.57 | 0.28 | 0 | 0.42 | 0.51 |
| Hex | B7 | 4E | 4E | 0 | 39 | 39 | 1C | 0 | 2A | 33 |
| Octal | 267 | 116 | 116 | 0 | 71 | 71 | 34 | 0 | 52 | 63 |
| Binary | 10110111 | 1001110 | 1001110 | 0 | 111001 | 111001 | 11100 | 0 | 101010 | 110011 |
Color Harmonies of #B74E4E
Complementary color
Monochromatic Colors of #B74E4E
Black with #B74E4E
Text Example
Text Example
White with #B74E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E4E; }
p { color: rgb(183,78,78); }
H1.HeaderClassName
{
color: #B74E4E;
}
.AnyTagClassName
{
color: #B74E4E;
}
</style>
background-color css
<style>
a { background-color: #B74E4E; }
a { background-color: rgb(183,78,78); }
div.DivClassName
{
background-color: #B74E4E;
}
.BgClassName
{
background-color: #B74E4E;
}
</style>
border-color css
<style>
span { border-color: #B74E4E; }
span { border-color: rgb(183,78,78); }
td.TdClassName
{
border-color: #B74E4E;
}
.TagClassName
{
border-color: #B74E4E;
}
</style>