Shades of Chestnut #B14443
Tints of Chestnut #B14443
RGB
CMYK
RGB Variations
Color information
#B14443 (or 0xB14443) is known color: Chestnut. HEX triplet: B1, 44 and 43. RGB value is (177,68,67). Sum of RGB (Red+Green+Blue) = 177+68+67=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B14443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14443 is #4EBBBC. Grayscale: #646464. Windows color (decimal): -5159869 or 4408497. OLE color: 4408497.
HSL color Cylindrical-coordinate representation of color #B14443: hue angle of 0.55º degrees, saturation: 0.45, 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 #B14443 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 68 | 67 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.31 |
| HSL | 0.55º | 0.45% | 0.48% | - |
| HSV(B) | 0.55º | 0.62% | 0.69% | - |
| XYZ | 21.21 | 13.89 | 6.87 | - |
| YUV | 100.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 67 | 0 | 0.62 | 0.62 | 0.31 | 0.55 | 0.45 | 0.48 |
| Hex | B1 | 44 | 43 | 0 | 3E | 3E | 1F | 1 | 2D | 30 |
| Octal | 261 | 104 | 103 | 0 | 76 | 76 | 37 | 1 | 55 | 60 |
| Binary | 10110001 | 1000100 | 1000011 | 0 | 111110 | 111110 | 11111 | 1 | 101101 | 110000 |
Color Harmonies of #B14443
Complementary color
Monochromatic Colors of #B14443
Black with #B14443
Text Example
Text Example
White with #B14443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14443; }
p { color: rgb(177,68,67); }
H1.HeaderClassName
{
color: #B14443;
}
.AnyTagClassName
{
color: #B14443;
}
</style>
background-color css
<style>
a { background-color: #B14443; }
a { background-color: rgb(177,68,67); }
div.DivClassName
{
background-color: #B14443;
}
.BgClassName
{
background-color: #B14443;
}
</style>
border-color css
<style>
span { border-color: #B14443; }
span { border-color: rgb(177,68,67); }
td.TdClassName
{
border-color: #B14443;
}
.TagClassName
{
border-color: #B14443;
}
</style>