Shades of Chestnut #B14641
Tints of Chestnut #B14641
RGB
CMYK
RGB Variations
Color information
#B14641 (or 0xB14641) is known color: Chestnut. HEX triplet: B1, 46 and 41. RGB value is (177,70,65). Sum of RGB (Red+Green+Blue) = 177+70+65=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B14641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14641 is #4EB9BE. Grayscale: #656565. Windows color (decimal): -5159359 or 4277937. OLE color: 4277937.
HSL color Cylindrical-coordinate representation of color #B14641: hue angle of 2.68º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14641 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 65 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.31 |
| HSL | 2.68º | 0.46% | 0.47% | - |
| HSV(B) | 2.68º | 0.63% | 0.69% | - |
| XYZ | 21.28 | 14.11 | 6.6 | - |
| YUV | 101.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 65 | 0 | 0.60 | 0.63 | 0.31 | 2.68 | 0.46 | 0.47 |
| Hex | B1 | 46 | 41 | 0 | 3C | 3F | 1F | 3 | 2E | 2F |
| Octal | 261 | 106 | 101 | 0 | 74 | 77 | 37 | 3 | 56 | 57 |
| Binary | 10110001 | 1000110 | 1000001 | 0 | 111100 | 111111 | 11111 | 11 | 101110 | 101111 |
Color Harmonies of #B14641
Complementary color
Monochromatic Colors of #B14641
Black with #B14641
Text Example
Text Example
White with #B14641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14641; }
p { color: rgb(177,70,65); }
H1.HeaderClassName
{
color: #B14641;
}
.AnyTagClassName
{
color: #B14641;
}
</style>
background-color css
<style>
a { background-color: #B14641; }
a { background-color: rgb(177,70,65); }
div.DivClassName
{
background-color: #B14641;
}
.BgClassName
{
background-color: #B14641;
}
</style>
border-color css
<style>
span { border-color: #B14641; }
span { border-color: rgb(177,70,65); }
td.TdClassName
{
border-color: #B14641;
}
.TagClassName
{
border-color: #B14641;
}
</style>