Shades of Chestnut #B04F4F
Tints of Chestnut #B04F4F
RGB
CMYK
RGB Variations
Color information
#B04F4F (or 0xB04F4F) is known color: Chestnut. HEX triplet: B0, 4F and 4F. RGB value is (176,79,79). Sum of RGB (Red+Green+Blue) = 176+79+79=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04F4F is #4FB0B0. Grayscale: #6C6C6C. Windows color (decimal): -5222577 or 5197744. OLE color: 5197744.
HSL color Cylindrical-coordinate representation of color #B04F4F: hue angle of 0º degrees, saturation: 0.38, 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 #B04F4F is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 79 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.31 |
| HSL | 0º | 0.38% | 0.5% | - |
| HSV(B) | 0º | 0.55% | 0.69% | - |
| XYZ | 22.11 | 15.39 | 9.2 | - |
| YUV | 108 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 79 | 0 | 0.55 | 0.55 | 0.31 | 0 | 0.38 | 0.5 |
| Hex | B0 | 4F | 4F | 0 | 37 | 37 | 1F | 0 | 26 | 32 |
| Octal | 260 | 117 | 117 | 0 | 67 | 67 | 37 | 0 | 46 | 62 |
| Binary | 10110000 | 1001111 | 1001111 | 0 | 110111 | 110111 | 11111 | 0 | 100110 | 110010 |
Color Harmonies of #B04F4F
Complementary color
Monochromatic Colors of #B04F4F
Black with #B04F4F
Text Example
Text Example
White with #B04F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F4F; }
p { color: rgb(176,79,79); }
H1.HeaderClassName
{
color: #B04F4F;
}
.AnyTagClassName
{
color: #B04F4F;
}
</style>
background-color css
<style>
a { background-color: #B04F4F; }
a { background-color: rgb(176,79,79); }
div.DivClassName
{
background-color: #B04F4F;
}
.BgClassName
{
background-color: #B04F4F;
}
</style>
border-color css
<style>
span { border-color: #B04F4F; }
span { border-color: rgb(176,79,79); }
td.TdClassName
{
border-color: #B04F4F;
}
.TagClassName
{
border-color: #B04F4F;
}
</style>