Shades of Chestnut #B14D49
Tints of Chestnut #B14D49
RGB
CMYK
RGB Variations
Color information
#B14D49 (or 0xB14D49) is known color: Chestnut. HEX triplet: B1, 4D and 49. RGB value is (177,77,73). Sum of RGB (Red+Green+Blue) = 177+77+73=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14D49 is #4EB2B6. Grayscale: #6A6A6A. Windows color (decimal): -5157559 or 4804017. OLE color: 4804017.
HSL color Cylindrical-coordinate representation of color #B14D49: hue angle of 2.31º degrees, saturation: 0.42, 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 #B14D49 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 73 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.31 |
| HSL | 2.31º | 0.42% | 0.49% | - |
| HSV(B) | 2.31º | 0.59% | 0.69% | - |
| XYZ | 21.99 | 15.14 | 8.07 | - |
| YUV | 106.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 73 | 0 | 0.56 | 0.59 | 0.31 | 2.31 | 0.42 | 0.49 |
| Hex | B1 | 4D | 49 | 0 | 38 | 3B | 1F | 2 | 2A | 31 |
| Octal | 261 | 115 | 111 | 0 | 70 | 73 | 37 | 2 | 52 | 61 |
| Binary | 10110001 | 1001101 | 1001001 | 0 | 111000 | 111011 | 11111 | 10 | 101010 | 110001 |
Color Harmonies of #B14D49
Complementary color
Monochromatic Colors of #B14D49
Black with #B14D49
Text Example
Text Example
White with #B14D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D49; }
p { color: rgb(177,77,73); }
H1.HeaderClassName
{
color: #B14D49;
}
.AnyTagClassName
{
color: #B14D49;
}
</style>
background-color css
<style>
a { background-color: #B14D49; }
a { background-color: rgb(177,77,73); }
div.DivClassName
{
background-color: #B14D49;
}
.BgClassName
{
background-color: #B14D49;
}
</style>
border-color css
<style>
span { border-color: #B14D49; }
span { border-color: rgb(177,77,73); }
td.TdClassName
{
border-color: #B14D49;
}
.TagClassName
{
border-color: #B14D49;
}
</style>