Shades of Chestnut #B04D4A
Tints of Chestnut #B04D4A
RGB
CMYK
RGB Variations
Color information
#B04D4A (or 0xB04D4A) is known color: Chestnut. HEX triplet: B0, 4D and 4A. RGB value is (176,77,74). Sum of RGB (Red+Green+Blue) = 176+77+74=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D4A is #4FB2B5. Grayscale: #6A6A6A. Windows color (decimal): -5223094 or 4869552. OLE color: 4869552.
HSL color Cylindrical-coordinate representation of color #B04D4A: hue angle of 1.76º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B04D4A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 74 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.31 |
| HSL | 1.76º | 0.41% | 0.49% | - |
| HSV(B) | 1.76º | 0.58% | 0.69% | - |
| XYZ | 21.79 | 15.03 | 8.23 | - |
| YUV | 106.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 74 | 0 | 0.56 | 0.58 | 0.31 | 1.76 | 0.41 | 0.49 |
| Hex | B0 | 4D | 4A | 0 | 38 | 3A | 1F | 2 | 29 | 31 |
| Octal | 260 | 115 | 112 | 0 | 70 | 72 | 37 | 2 | 51 | 61 |
| Binary | 10110000 | 1001101 | 1001010 | 0 | 111000 | 111010 | 11111 | 10 | 101001 | 110001 |
Color Harmonies of #B04D4A
Complementary color
Monochromatic Colors of #B04D4A
Black with #B04D4A
Text Example
Text Example
White with #B04D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D4A; }
p { color: rgb(176,77,74); }
H1.HeaderClassName
{
color: #B04D4A;
}
.AnyTagClassName
{
color: #B04D4A;
}
</style>
background-color css
<style>
a { background-color: #B04D4A; }
a { background-color: rgb(176,77,74); }
div.DivClassName
{
background-color: #B04D4A;
}
.BgClassName
{
background-color: #B04D4A;
}
</style>
border-color css
<style>
span { border-color: #B04D4A; }
span { border-color: rgb(176,77,74); }
td.TdClassName
{
border-color: #B04D4A;
}
.TagClassName
{
border-color: #B04D4A;
}
</style>