Shades of Chestnut #B14744
Tints of Chestnut #B14744
RGB
CMYK
RGB Variations
Color information
#B14744 (or 0xB14744) is known color: Chestnut. HEX triplet: B1, 47 and 44. RGB value is (177,71,68). Sum of RGB (Red+Green+Blue) = 177+71+68=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B14744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14744 is #4EB8BB. Grayscale: #666666. Windows color (decimal): -5159100 or 4474801. OLE color: 4474801.
HSL color Cylindrical-coordinate representation of color #B14744: hue angle of 1.65º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14744 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 68 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.31 |
| HSL | 1.65º | 0.44% | 0.48% | - |
| HSV(B) | 1.65º | 0.62% | 0.69% | - |
| XYZ | 21.43 | 14.27 | 7.09 | - |
| YUV | 102.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 68 | 0 | 0.60 | 0.62 | 0.31 | 1.65 | 0.44 | 0.48 |
| Hex | B1 | 47 | 44 | 0 | 3C | 3E | 1F | 2 | 2C | 30 |
| Octal | 261 | 107 | 104 | 0 | 74 | 76 | 37 | 2 | 54 | 60 |
| Binary | 10110001 | 1000111 | 1000100 | 0 | 111100 | 111110 | 11111 | 10 | 101100 | 110000 |
Color Harmonies of #B14744
Complementary color
Monochromatic Colors of #B14744
Black with #B14744
Text Example
Text Example
White with #B14744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14744; }
p { color: rgb(177,71,68); }
H1.HeaderClassName
{
color: #B14744;
}
.AnyTagClassName
{
color: #B14744;
}
</style>
background-color css
<style>
a { background-color: #B14744; }
a { background-color: rgb(177,71,68); }
div.DivClassName
{
background-color: #B14744;
}
.BgClassName
{
background-color: #B14744;
}
</style>
border-color css
<style>
span { border-color: #B14744; }
span { border-color: rgb(177,71,68); }
td.TdClassName
{
border-color: #B14744;
}
.TagClassName
{
border-color: #B14744;
}
</style>