Shades of Chestnut #B14742
Tints of Chestnut #B14742
RGB
CMYK
RGB Variations
Color information
#B14742 (or 0xB14742) is known color: Chestnut. HEX triplet: B1, 47 and 42. RGB value is (177,71,66). Sum of RGB (Red+Green+Blue) = 177+71+66=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B14742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14742 is #4EB8BD. Grayscale: #666666. Windows color (decimal): -5159102 or 4343729. OLE color: 4343729.
HSL color Cylindrical-coordinate representation of color #B14742: hue angle of 2.7º 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 #B14742 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 71 | 66 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.31 |
| HSL | 2.7º | 0.46% | 0.48% | - |
| HSV(B) | 2.7º | 0.63% | 0.69% | - |
| XYZ | 21.37 | 14.25 | 6.78 | - |
| YUV | 102.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 66 | 0 | 0.60 | 0.63 | 0.31 | 2.7 | 0.46 | 0.48 |
| Hex | B1 | 47 | 42 | 0 | 3C | 3F | 1F | 3 | 2E | 30 |
| Octal | 261 | 107 | 102 | 0 | 74 | 77 | 37 | 3 | 56 | 60 |
| Binary | 10110001 | 1000111 | 1000010 | 0 | 111100 | 111111 | 11111 | 11 | 101110 | 110000 |
Color Harmonies of #B14742
Complementary color
Monochromatic Colors of #B14742
Black with #B14742
Text Example
Text Example
White with #B14742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14742; }
p { color: rgb(177,71,66); }
H1.HeaderClassName
{
color: #B14742;
}
.AnyTagClassName
{
color: #B14742;
}
</style>
background-color css
<style>
a { background-color: #B14742; }
a { background-color: rgb(177,71,66); }
div.DivClassName
{
background-color: #B14742;
}
.BgClassName
{
background-color: #B14742;
}
</style>
border-color css
<style>
span { border-color: #B14742; }
span { border-color: rgb(177,71,66); }
td.TdClassName
{
border-color: #B14742;
}
.TagClassName
{
border-color: #B14742;
}
</style>