Shades of Chestnut #B24F46
Tints of Chestnut #B24F46
RGB
CMYK
RGB Variations
Color information
#B24F46 (or 0xB24F46) is known color: Chestnut. HEX triplet: B2, 4F and 46. RGB value is (178,79,70). Sum of RGB (Red+Green+Blue) = 178+79+70=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F46 is #4DB0B9. Grayscale: #6B6B6B. Windows color (decimal): -5091514 or 4607922. OLE color: 4607922.
HSL color Cylindrical-coordinate representation of color #B24F46: hue angle of 5º 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 #B24F46 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 70 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.30 |
| HSL | 5º | 0.44% | 0.49% | - |
| HSV(B) | 5º | 0.61% | 0.7% | - |
| XYZ | 22.26 | 15.5 | 7.61 | - |
| YUV | 107.58 | 106.8 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 70 | 0 | 0.56 | 0.61 | 0.30 | 5 | 0.44 | 0.49 |
| Hex | B2 | 4F | 46 | 0 | 38 | 3D | 1E | 5 | 2C | 31 |
| Octal | 262 | 117 | 106 | 0 | 70 | 75 | 36 | 5 | 54 | 61 |
| Binary | 10110010 | 1001111 | 1000110 | 0 | 111000 | 111101 | 11110 | 101 | 101100 | 110001 |
Color Harmonies of #B24F46
Complementary color
Monochromatic Colors of #B24F46
Black with #B24F46
Text Example
Text Example
White with #B24F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F46; }
p { color: rgb(178,79,70); }
H1.HeaderClassName
{
color: #B24F46;
}
.AnyTagClassName
{
color: #B24F46;
}
</style>
background-color css
<style>
a { background-color: #B24F46; }
a { background-color: rgb(178,79,70); }
div.DivClassName
{
background-color: #B24F46;
}
.BgClassName
{
background-color: #B24F46;
}
</style>
border-color css
<style>
span { border-color: #B24F46; }
span { border-color: rgb(178,79,70); }
td.TdClassName
{
border-color: #B24F46;
}
.TagClassName
{
border-color: #B24F46;
}
</style>