Shades of Chestnut #B14E4A
Tints of Chestnut #B14E4A
RGB
CMYK
RGB Variations
Color information
#B14E4A (or 0xB14E4A) is known color: Chestnut. HEX triplet: B1, 4E and 4A. RGB value is (177,78,74). Sum of RGB (Red+Green+Blue) = 177+78+74=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E4A is #4EB1B5. Grayscale: #6B6B6B. Windows color (decimal): -5157302 or 4869809. OLE color: 4869809.
HSL color Cylindrical-coordinate representation of color #B14E4A: hue angle of 2.33º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14E4A is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 74 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.31 |
| HSL | 2.33º | 0.41% | 0.49% | - |
| HSV(B) | 2.33º | 0.58% | 0.69% | - |
| XYZ | 22.09 | 15.29 | 8.27 | - |
| YUV | 107.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 74 | 0 | 0.56 | 0.58 | 0.31 | 2.33 | 0.41 | 0.49 |
| Hex | B1 | 4E | 4A | 0 | 38 | 3A | 1F | 2 | 29 | 31 |
| Octal | 261 | 116 | 112 | 0 | 70 | 72 | 37 | 2 | 51 | 61 |
| Binary | 10110001 | 1001110 | 1001010 | 0 | 111000 | 111010 | 11111 | 10 | 101001 | 110001 |
Color Harmonies of #B14E4A
Complementary color
Monochromatic Colors of #B14E4A
Black with #B14E4A
Text Example
Text Example
White with #B14E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E4A; }
p { color: rgb(177,78,74); }
H1.HeaderClassName
{
color: #B14E4A;
}
.AnyTagClassName
{
color: #B14E4A;
}
</style>
background-color css
<style>
a { background-color: #B14E4A; }
a { background-color: rgb(177,78,74); }
div.DivClassName
{
background-color: #B14E4A;
}
.BgClassName
{
background-color: #B14E4A;
}
</style>
border-color css
<style>
span { border-color: #B14E4A; }
span { border-color: rgb(177,78,74); }
td.TdClassName
{
border-color: #B14E4A;
}
.TagClassName
{
border-color: #B14E4A;
}
</style>