Shades of Chestnut #B24746
Tints of Chestnut #B24746
RGB
CMYK
RGB Variations
Color information
#B24746 (or 0xB24746) is known color: Chestnut. HEX triplet: B2, 47 and 46. RGB value is (178,71,70). Sum of RGB (Red+Green+Blue) = 178+71+70=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B24746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24746 is #4DB8B9. Grayscale: #666666. Windows color (decimal): -5093562 or 4605874. OLE color: 4605874.
HSL color Cylindrical-coordinate representation of color #B24746: hue angle of 0.56º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24746 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 70 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.30 |
| HSL | 0.56º | 0.44% | 0.49% | - |
| HSV(B) | 0.56º | 0.61% | 0.7% | - |
| XYZ | 21.72 | 14.41 | 7.43 | - |
| YUV | 102.88 | 109.45 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 70 | 0 | 0.60 | 0.61 | 0.30 | 0.56 | 0.44 | 0.49 |
| Hex | B2 | 47 | 46 | 0 | 3C | 3D | 1E | 1 | 2C | 31 |
| Octal | 262 | 107 | 106 | 0 | 74 | 75 | 36 | 1 | 54 | 61 |
| Binary | 10110010 | 1000111 | 1000110 | 0 | 111100 | 111101 | 11110 | 1 | 101100 | 110001 |
Color Harmonies of #B24746
Complementary color
Monochromatic Colors of #B24746
Black with #B24746
Text Example
Text Example
White with #B24746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24746; }
p { color: rgb(178,71,70); }
H1.HeaderClassName
{
color: #B24746;
}
.AnyTagClassName
{
color: #B24746;
}
</style>
background-color css
<style>
a { background-color: #B24746; }
a { background-color: rgb(178,71,70); }
div.DivClassName
{
background-color: #B24746;
}
.BgClassName
{
background-color: #B24746;
}
</style>
border-color css
<style>
span { border-color: #B24746; }
span { border-color: rgb(178,71,70); }
td.TdClassName
{
border-color: #B24746;
}
.TagClassName
{
border-color: #B24746;
}
</style>