Shades of Chestnut #B04D4B
Tints of Chestnut #B04D4B
RGB
CMYK
RGB Variations
Color information
#B04D4B (or 0xB04D4B) is known color: Chestnut. HEX triplet: B0, 4D and 4B. RGB value is (176,77,75). Sum of RGB (Red+Green+Blue) = 176+77+75=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D4B is #4FB2B4. Grayscale: #6A6A6A. Windows color (decimal): -5223093 or 4935088. OLE color: 4935088.
HSL color Cylindrical-coordinate representation of color #B04D4B: hue angle of 1.19º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04D4B is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 75 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.31 |
| HSL | 1.19º | 0.4% | 0.49% | - |
| HSV(B) | 1.19º | 0.57% | 0.69% | - |
| XYZ | 21.83 | 15.05 | 8.41 | - |
| YUV | 106.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 75 | 0 | 0.56 | 0.57 | 0.31 | 1.19 | 0.4 | 0.49 |
| Hex | B0 | 4D | 4B | 0 | 38 | 39 | 1F | 1 | 28 | 31 |
| Octal | 260 | 115 | 113 | 0 | 70 | 71 | 37 | 1 | 50 | 61 |
| Binary | 10110000 | 1001101 | 1001011 | 0 | 111000 | 111001 | 11111 | 1 | 101000 | 110001 |
Color Harmonies of #B04D4B
Complementary color
Monochromatic Colors of #B04D4B
Black with #B04D4B
Text Example
Text Example
White with #B04D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D4B; }
p { color: rgb(176,77,75); }
H1.HeaderClassName
{
color: #B04D4B;
}
.AnyTagClassName
{
color: #B04D4B;
}
</style>
background-color css
<style>
a { background-color: #B04D4B; }
a { background-color: rgb(176,77,75); }
div.DivClassName
{
background-color: #B04D4B;
}
.BgClassName
{
background-color: #B04D4B;
}
</style>
border-color css
<style>
span { border-color: #B04D4B; }
span { border-color: rgb(176,77,75); }
td.TdClassName
{
border-color: #B04D4B;
}
.TagClassName
{
border-color: #B04D4B;
}
</style>