Shades of Chestnut #B14C3E
Tints of Chestnut #B14C3E
RGB
CMYK
RGB Variations
Color information
#B14C3E (or 0xB14C3E) is known color: Chestnut. HEX triplet: B1, 4C and 3E. RGB value is (177,76,62). Sum of RGB (Red+Green+Blue) = 177+76+62=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14C3E is #4EB3C1. Grayscale: #686868. Windows color (decimal): -5157826 or 4082865. OLE color: 4082865.
HSL color Cylindrical-coordinate representation of color #B14C3E: hue angle of 7.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14C3E is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 62 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.31 |
| HSL | 7.3º | 0.48% | 0.47% | - |
| HSV(B) | 7.3º | 0.65% | 0.69% | - |
| XYZ | 21.59 | 14.86 | 6.29 | - |
| YUV | 104.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 62 | 0 | 0.57 | 0.65 | 0.31 | 7.3 | 0.48 | 0.47 |
| Hex | B1 | 4C | 3E | 0 | 39 | 41 | 1F | 7 | 30 | 2F |
| Octal | 261 | 114 | 76 | 0 | 71 | 101 | 37 | 7 | 60 | 57 |
| Binary | 10110001 | 1001100 | 111110 | 0 | 111001 | 1000001 | 11111 | 111 | 110000 | 101111 |
Color Harmonies of #B14C3E
Complementary color
Monochromatic Colors of #B14C3E
Black with #B14C3E
Text Example
Text Example
White with #B14C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C3E; }
p { color: rgb(177,76,62); }
H1.HeaderClassName
{
color: #B14C3E;
}
.AnyTagClassName
{
color: #B14C3E;
}
</style>
background-color css
<style>
a { background-color: #B14C3E; }
a { background-color: rgb(177,76,62); }
div.DivClassName
{
background-color: #B14C3E;
}
.BgClassName
{
background-color: #B14C3E;
}
</style>
border-color css
<style>
span { border-color: #B14C3E; }
span { border-color: rgb(177,76,62); }
td.TdClassName
{
border-color: #B14C3E;
}
.TagClassName
{
border-color: #B14C3E;
}
</style>