Shades of Chestnut #B14E4C
Tints of Chestnut #B14E4C
RGB
CMYK
RGB Variations
Color information
#B14E4C (or 0xB14E4C) is known color: Chestnut. HEX triplet: B1, 4E and 4C. RGB value is (177,78,76). Sum of RGB (Red+Green+Blue) = 177+78+76=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E4C is #4EB1B3. Grayscale: #6B6B6B. Windows color (decimal): -5157300 or 5000881. OLE color: 5000881.
HSL color Cylindrical-coordinate representation of color #B14E4C: hue angle of 1.19º 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 #B14E4C is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 76 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.31 |
| HSL | 1.19º | 0.4% | 0.5% | - |
| HSV(B) | 1.19º | 0.57% | 0.69% | - |
| XYZ | 22.16 | 15.32 | 8.63 | - |
| YUV | 107.37 | 110.3 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 76 | 0 | 0.56 | 0.57 | 0.31 | 1.19 | 0.4 | 0.5 |
| Hex | B1 | 4E | 4C | 0 | 38 | 39 | 1F | 1 | 28 | 32 |
| Octal | 261 | 116 | 114 | 0 | 70 | 71 | 37 | 1 | 50 | 62 |
| Binary | 10110001 | 1001110 | 1001100 | 0 | 111000 | 111001 | 11111 | 1 | 101000 | 110010 |
Color Harmonies of #B14E4C
Complementary color
Monochromatic Colors of #B14E4C
Black with #B14E4C
Text Example
Text Example
White with #B14E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E4C; }
p { color: rgb(177,78,76); }
H1.HeaderClassName
{
color: #B14E4C;
}
.AnyTagClassName
{
color: #B14E4C;
}
</style>
background-color css
<style>
a { background-color: #B14E4C; }
a { background-color: rgb(177,78,76); }
div.DivClassName
{
background-color: #B14E4C;
}
.BgClassName
{
background-color: #B14E4C;
}
</style>
border-color css
<style>
span { border-color: #B14E4C; }
span { border-color: rgb(177,78,76); }
td.TdClassName
{
border-color: #B14E4C;
}
.TagClassName
{
border-color: #B14E4C;
}
</style>