Shades of Chestnut #B04D49
Tints of Chestnut #B04D49
RGB
CMYK
RGB Variations
Color information
#B04D49 (or 0xB04D49) is known color: Chestnut. HEX triplet: B0, 4D and 49. RGB value is (176,77,73). Sum of RGB (Red+Green+Blue) = 176+77+73=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D49 is #4FB2B6. Grayscale: #6A6A6A. Windows color (decimal): -5223095 or 4804016. OLE color: 4804016.
HSL color Cylindrical-coordinate representation of color #B04D49: hue angle of 2.33º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04D49 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 73 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.31 |
| HSL | 2.33º | 0.41% | 0.49% | - |
| HSV(B) | 2.33º | 0.59% | 0.69% | - |
| XYZ | 21.76 | 15.02 | 8.06 | - |
| YUV | 106.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 73 | 0 | 0.56 | 0.59 | 0.31 | 2.33 | 0.41 | 0.49 |
| Hex | B0 | 4D | 49 | 0 | 38 | 3B | 1F | 2 | 29 | 31 |
| Octal | 260 | 115 | 111 | 0 | 70 | 73 | 37 | 2 | 51 | 61 |
| Binary | 10110000 | 1001101 | 1001001 | 0 | 111000 | 111011 | 11111 | 10 | 101001 | 110001 |
Color Harmonies of #B04D49
Complementary color
Monochromatic Colors of #B04D49
Black with #B04D49
Text Example
Text Example
White with #B04D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D49; }
p { color: rgb(176,77,73); }
H1.HeaderClassName
{
color: #B04D49;
}
.AnyTagClassName
{
color: #B04D49;
}
</style>
background-color css
<style>
a { background-color: #B04D49; }
a { background-color: rgb(176,77,73); }
div.DivClassName
{
background-color: #B04D49;
}
.BgClassName
{
background-color: #B04D49;
}
</style>
border-color css
<style>
span { border-color: #B04D49; }
span { border-color: rgb(176,77,73); }
td.TdClassName
{
border-color: #B04D49;
}
.TagClassName
{
border-color: #B04D49;
}
</style>