Shades of Chestnut #B14542
Tints of Chestnut #B14542
RGB
CMYK
RGB Variations
Color information
#B14542 (or 0xB14542) is known color: Chestnut. HEX triplet: B1, 45 and 42. RGB value is (177,69,66). Sum of RGB (Red+Green+Blue) = 177+69+66=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B14542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14542 is #4EBABD. Grayscale: #656565. Windows color (decimal): -5159614 or 4343217. OLE color: 4343217.
HSL color Cylindrical-coordinate representation of color #B14542: hue angle of 1.62º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14542 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 69 | 66 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.31 |
| HSL | 1.62º | 0.46% | 0.48% | - |
| HSV(B) | 1.62º | 0.63% | 0.69% | - |
| XYZ | 21.24 | 14 | 6.74 | - |
| YUV | 100.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 66 | 0 | 0.61 | 0.63 | 0.31 | 1.62 | 0.46 | 0.48 |
| Hex | B1 | 45 | 42 | 0 | 3D | 3F | 1F | 2 | 2E | 30 |
| Octal | 261 | 105 | 102 | 0 | 75 | 77 | 37 | 2 | 56 | 60 |
| Binary | 10110001 | 1000101 | 1000010 | 0 | 111101 | 111111 | 11111 | 10 | 101110 | 110000 |
Color Harmonies of #B14542
Complementary color
Monochromatic Colors of #B14542
Black with #B14542
Text Example
Text Example
White with #B14542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14542; }
p { color: rgb(177,69,66); }
H1.HeaderClassName
{
color: #B14542;
}
.AnyTagClassName
{
color: #B14542;
}
</style>
background-color css
<style>
a { background-color: #B14542; }
a { background-color: rgb(177,69,66); }
div.DivClassName
{
background-color: #B14542;
}
.BgClassName
{
background-color: #B14542;
}
</style>
border-color css
<style>
span { border-color: #B14542; }
span { border-color: rgb(177,69,66); }
td.TdClassName
{
border-color: #B14542;
}
.TagClassName
{
border-color: #B14542;
}
</style>