Shades of Chestnut #B14E41
Tints of Chestnut #B14E41
RGB
CMYK
RGB Variations
Color information
#B14E41 (or 0xB14E41) is known color: Chestnut. HEX triplet: B1, 4E and 41. RGB value is (177,78,65). Sum of RGB (Red+Green+Blue) = 177+78+65=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E41 is #4EB1BE. Grayscale: #6A6A6A. Windows color (decimal): -5157311 or 4279985. OLE color: 4279985.
HSL color Cylindrical-coordinate representation of color #B14E41: hue angle of 6.96º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14E41 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 65 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.31 |
| HSL | 6.96º | 0.46% | 0.47% | - |
| HSV(B) | 6.96º | 0.63% | 0.69% | - |
| XYZ | 21.81 | 15.18 | 6.78 | - |
| YUV | 106.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 65 | 0 | 0.56 | 0.63 | 0.31 | 6.96 | 0.46 | 0.47 |
| Hex | B1 | 4E | 41 | 0 | 38 | 3F | 1F | 7 | 2E | 2F |
| Octal | 261 | 116 | 101 | 0 | 70 | 77 | 37 | 7 | 56 | 57 |
| Binary | 10110001 | 1001110 | 1000001 | 0 | 111000 | 111111 | 11111 | 111 | 101110 | 101111 |
Color Harmonies of #B14E41
Complementary color
Monochromatic Colors of #B14E41
Black with #B14E41
Text Example
Text Example
White with #B14E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E41; }
p { color: rgb(177,78,65); }
H1.HeaderClassName
{
color: #B14E41;
}
.AnyTagClassName
{
color: #B14E41;
}
</style>
background-color css
<style>
a { background-color: #B14E41; }
a { background-color: rgb(177,78,65); }
div.DivClassName
{
background-color: #B14E41;
}
.BgClassName
{
background-color: #B14E41;
}
</style>
border-color css
<style>
span { border-color: #B14E41; }
span { border-color: rgb(177,78,65); }
td.TdClassName
{
border-color: #B14E41;
}
.TagClassName
{
border-color: #B14E41;
}
</style>