Shades of Chestnut #B14D4C
Tints of Chestnut #B14D4C
RGB
CMYK
RGB Variations
Color information
#B14D4C (or 0xB14D4C) is known color: Chestnut. HEX triplet: B1, 4D and 4C. RGB value is (177,77,76). Sum of RGB (Red+Green+Blue) = 177+77+76=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D4C is #4EB2B3. Grayscale: #6A6A6A. Windows color (decimal): -5157556 or 5000625. OLE color: 5000625.
HSL color Cylindrical-coordinate representation of color #B14D4C: hue angle of 0.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14D4C is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 76 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.31 |
| HSL | 0.59º | 0.4% | 0.5% | - |
| HSV(B) | 0.59º | 0.57% | 0.69% | - |
| XYZ | 22.09 | 15.18 | 8.6 | - |
| YUV | 106.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 76 | 0 | 0.56 | 0.57 | 0.31 | 0.59 | 0.4 | 0.5 |
| Hex | B1 | 4D | 4C | 0 | 38 | 39 | 1F | 1 | 28 | 32 |
| Octal | 261 | 115 | 114 | 0 | 70 | 71 | 37 | 1 | 50 | 62 |
| Binary | 10110001 | 1001101 | 1001100 | 0 | 111000 | 111001 | 11111 | 1 | 101000 | 110010 |
Color Harmonies of #B14D4C
Complementary color
Monochromatic Colors of #B14D4C
Black with #B14D4C
Text Example
Text Example
White with #B14D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D4C; }
p { color: rgb(177,77,76); }
H1.HeaderClassName
{
color: #B14D4C;
}
.AnyTagClassName
{
color: #B14D4C;
}
</style>
background-color css
<style>
a { background-color: #B14D4C; }
a { background-color: rgb(177,77,76); }
div.DivClassName
{
background-color: #B14D4C;
}
.BgClassName
{
background-color: #B14D4C;
}
</style>
border-color css
<style>
span { border-color: #B14D4C; }
span { border-color: rgb(177,77,76); }
td.TdClassName
{
border-color: #B14D4C;
}
.TagClassName
{
border-color: #B14D4C;
}
</style>