Shades of Chestnut #B14442
Tints of Chestnut #B14442
RGB
CMYK
RGB Variations
Color information
#B14442 (or 0xB14442) is known color: Chestnut. HEX triplet: B1, 44 and 42. RGB value is (177,68,66). Sum of RGB (Red+Green+Blue) = 177+68+66=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B14442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14442 is #4EBBBD. Grayscale: #646464. Windows color (decimal): -5159870 or 4342961. OLE color: 4342961.
HSL color Cylindrical-coordinate representation of color #B14442: hue angle of 1.08º 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 #B14442 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 66 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.31 |
| HSL | 1.08º | 0.46% | 0.48% | - |
| HSV(B) | 1.08º | 0.63% | 0.69% | - |
| XYZ | 21.18 | 13.87 | 6.72 | - |
| YUV | 100.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 66 | 0 | 0.62 | 0.63 | 0.31 | 1.08 | 0.46 | 0.48 |
| Hex | B1 | 44 | 42 | 0 | 3E | 3F | 1F | 1 | 2E | 30 |
| Octal | 261 | 104 | 102 | 0 | 76 | 77 | 37 | 1 | 56 | 60 |
| Binary | 10110001 | 1000100 | 1000010 | 0 | 111110 | 111111 | 11111 | 1 | 101110 | 110000 |
Color Harmonies of #B14442
Complementary color
Monochromatic Colors of #B14442
Black with #B14442
Text Example
Text Example
White with #B14442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14442; }
p { color: rgb(177,68,66); }
H1.HeaderClassName
{
color: #B14442;
}
.AnyTagClassName
{
color: #B14442;
}
</style>
background-color css
<style>
a { background-color: #B14442; }
a { background-color: rgb(177,68,66); }
div.DivClassName
{
background-color: #B14442;
}
.BgClassName
{
background-color: #B14442;
}
</style>
border-color css
<style>
span { border-color: #B14442; }
span { border-color: rgb(177,68,66); }
td.TdClassName
{
border-color: #B14442;
}
.TagClassName
{
border-color: #B14442;
}
</style>