Shades of Chestnut #B24F4F
Tints of Chestnut #B24F4F
RGB
CMYK
RGB Variations
Color information
#B24F4F (or 0xB24F4F) is known color: Chestnut. HEX triplet: B2, 4F and 4F. RGB value is (178,79,79). Sum of RGB (Red+Green+Blue) = 178+79+79=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F4F is #4DB0B0. Grayscale: #6C6C6C. Windows color (decimal): -5091505 or 5197746. OLE color: 5197746.
HSL color Cylindrical-coordinate representation of color #B24F4F: hue angle of 0º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24F4F is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 79 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.30 |
| HSL | 0º | 0.39% | 0.5% | - |
| HSV(B) | 0º | 0.56% | 0.7% | - |
| XYZ | 22.57 | 15.62 | 9.22 | - |
| YUV | 108.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 79 | 0 | 0.56 | 0.56 | 0.30 | 0 | 0.39 | 0.5 |
| Hex | B2 | 4F | 4F | 0 | 38 | 38 | 1E | 0 | 27 | 32 |
| Octal | 262 | 117 | 117 | 0 | 70 | 70 | 36 | 0 | 47 | 62 |
| Binary | 10110010 | 1001111 | 1001111 | 0 | 111000 | 111000 | 11110 | 0 | 100111 | 110010 |
Color Harmonies of #B24F4F
Complementary color
Monochromatic Colors of #B24F4F
Black with #B24F4F
Text Example
Text Example
White with #B24F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F4F; }
p { color: rgb(178,79,79); }
H1.HeaderClassName
{
color: #B24F4F;
}
.AnyTagClassName
{
color: #B24F4F;
}
</style>
background-color css
<style>
a { background-color: #B24F4F; }
a { background-color: rgb(178,79,79); }
div.DivClassName
{
background-color: #B24F4F;
}
.BgClassName
{
background-color: #B24F4F;
}
</style>
border-color css
<style>
span { border-color: #B24F4F; }
span { border-color: rgb(178,79,79); }
td.TdClassName
{
border-color: #B24F4F;
}
.TagClassName
{
border-color: #B24F4F;
}
</style>