Shades of Chestnut #B14644
Tints of Chestnut #B14644
RGB
CMYK
RGB Variations
Color information
#B14644 (or 0xB14644) is known color: Chestnut. HEX triplet: B1, 46 and 44. RGB value is (177,70,68). Sum of RGB (Red+Green+Blue) = 177+70+68=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B14644 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14644 is #4EB9BB. Grayscale: #656565. Windows color (decimal): -5159356 or 4474545. OLE color: 4474545.
HSL color Cylindrical-coordinate representation of color #B14644: hue angle of 1.1º 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 #B14644 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 68 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.31 |
| HSL | 1.1º | 0.44% | 0.48% | - |
| HSV(B) | 1.1º | 0.62% | 0.69% | - |
| XYZ | 21.37 | 14.14 | 7.07 | - |
| YUV | 101.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 68 | 0 | 0.60 | 0.62 | 0.31 | 1.1 | 0.44 | 0.48 |
| Hex | B1 | 46 | 44 | 0 | 3C | 3E | 1F | 1 | 2C | 30 |
| Octal | 261 | 106 | 104 | 0 | 74 | 76 | 37 | 1 | 54 | 60 |
| Binary | 10110001 | 1000110 | 1000100 | 0 | 111100 | 111110 | 11111 | 1 | 101100 | 110000 |
Color Harmonies of #B14644
Complementary color
Monochromatic Colors of #B14644
Black with #B14644
Text Example
Text Example
White with #B14644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14644; }
p { color: rgb(177,70,68); }
H1.HeaderClassName
{
color: #B14644;
}
.AnyTagClassName
{
color: #B14644;
}
</style>
background-color css
<style>
a { background-color: #B14644; }
a { background-color: rgb(177,70,68); }
div.DivClassName
{
background-color: #B14644;
}
.BgClassName
{
background-color: #B14644;
}
</style>
border-color css
<style>
span { border-color: #B14644; }
span { border-color: rgb(177,70,68); }
td.TdClassName
{
border-color: #B14644;
}
.TagClassName
{
border-color: #B14644;
}
</style>