Shades of Chestnut #B04F4E
Tints of Chestnut #B04F4E
RGB
CMYK
RGB Variations
Color information
#B04F4E (or 0xB04F4E) is known color: Chestnut. HEX triplet: B0, 4F and 4E. RGB value is (176,79,78). Sum of RGB (Red+Green+Blue) = 176+79+78=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F4E is #4FB0B1. Grayscale: #6B6B6B. Windows color (decimal): -5222578 or 5132208. OLE color: 5132208.
HSL color Cylindrical-coordinate representation of color #B04F4E: 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.56%. Process color model (Four color, CMYK) of #B04F4E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 78 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.31 |
| HSL | 0.61º | 0.39% | 0.5% | - |
| HSV(B) | 0.61º | 0.56% | 0.69% | - |
| XYZ | 22.08 | 15.37 | 9.01 | - |
| YUV | 107.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 78 | 0 | 0.55 | 0.56 | 0.31 | 0.61 | 0.39 | 0.5 |
| Hex | B0 | 4F | 4E | 0 | 37 | 38 | 1F | 1 | 27 | 32 |
| Octal | 260 | 117 | 116 | 0 | 67 | 70 | 37 | 1 | 47 | 62 |
| Binary | 10110000 | 1001111 | 1001110 | 0 | 110111 | 111000 | 11111 | 1 | 100111 | 110010 |
Color Harmonies of #B04F4E
Complementary color
Monochromatic Colors of #B04F4E
Black with #B04F4E
Text Example
Text Example
White with #B04F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F4E; }
p { color: rgb(176,79,78); }
H1.HeaderClassName
{
color: #B04F4E;
}
.AnyTagClassName
{
color: #B04F4E;
}
</style>
background-color css
<style>
a { background-color: #B04F4E; }
a { background-color: rgb(176,79,78); }
div.DivClassName
{
background-color: #B04F4E;
}
.BgClassName
{
background-color: #B04F4E;
}
</style>
border-color css
<style>
span { border-color: #B04F4E; }
span { border-color: rgb(176,79,78); }
td.TdClassName
{
border-color: #B04F4E;
}
.TagClassName
{
border-color: #B04F4E;
}
</style>