Shades of Chestnut #B14B45
Tints of Chestnut #B14B45
RGB
CMYK
RGB Variations
Color information
#B14B45 (or 0xB14B45) is known color: Chestnut. HEX triplet: B1, 4B and 45. RGB value is (177,75,69). Sum of RGB (Red+Green+Blue) = 177+75+69=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B45 is #4EB4BA. Grayscale: #686868. Windows color (decimal): -5158075 or 4541361. OLE color: 4541361.
HSL color Cylindrical-coordinate representation of color #B14B45: hue angle of 3.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14B45 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 75 | 69 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.31 |
| HSL | 3.33º | 0.44% | 0.48% | - |
| HSV(B) | 3.33º | 0.61% | 0.69% | - |
| XYZ | 21.72 | 14.81 | 7.34 | - |
| YUV | 104.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 69 | 0 | 0.58 | 0.61 | 0.31 | 3.33 | 0.44 | 0.48 |
| Hex | B1 | 4B | 45 | 0 | 3A | 3D | 1F | 3 | 2C | 30 |
| Octal | 261 | 113 | 105 | 0 | 72 | 75 | 37 | 3 | 54 | 60 |
| Binary | 10110001 | 1001011 | 1000101 | 0 | 111010 | 111101 | 11111 | 11 | 101100 | 110000 |
Color Harmonies of #B14B45
Complementary color
Monochromatic Colors of #B14B45
Black with #B14B45
Text Example
Text Example
White with #B14B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14B45; }
p { color: rgb(177,75,69); }
H1.HeaderClassName
{
color: #B14B45;
}
.AnyTagClassName
{
color: #B14B45;
}
</style>
background-color css
<style>
a { background-color: #B14B45; }
a { background-color: rgb(177,75,69); }
div.DivClassName
{
background-color: #B14B45;
}
.BgClassName
{
background-color: #B14B45;
}
</style>
border-color css
<style>
span { border-color: #B14B45; }
span { border-color: rgb(177,75,69); }
td.TdClassName
{
border-color: #B14B45;
}
.TagClassName
{
border-color: #B14B45;
}
</style>