Shades of Chestnut #B25249
Tints of Chestnut #B25249
RGB
CMYK
RGB Variations
Color information
#B25249 (or 0xB25249) is known color: Chestnut. HEX triplet: B2, 52 and 49. RGB value is (178,82,73). Sum of RGB (Red+Green+Blue) = 178+82+73=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B25249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25249 is #4DADB6. Grayscale: #6D6D6D. Windows color (decimal): -5090743 or 4805298. OLE color: 4805298.
HSL color Cylindrical-coordinate representation of color #B25249: hue angle of 5.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B25249 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 73 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.30 |
| HSL | 5.14º | 0.42% | 0.49% | - |
| HSV(B) | 5.14º | 0.59% | 0.7% | - |
| XYZ | 22.58 | 15.98 | 8.2 | - |
| YUV | 109.68 | 107.3 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 73 | 0 | 0.54 | 0.59 | 0.30 | 5.14 | 0.42 | 0.49 |
| Hex | B2 | 52 | 49 | 0 | 36 | 3B | 1E | 5 | 2A | 31 |
| Octal | 262 | 122 | 111 | 0 | 66 | 73 | 36 | 5 | 52 | 61 |
| Binary | 10110010 | 1010010 | 1001001 | 0 | 110110 | 111011 | 11110 | 101 | 101010 | 110001 |
Color Harmonies of #B25249
Complementary color
Monochromatic Colors of #B25249
Black with #B25249
Text Example
Text Example
White with #B25249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25249; }
p { color: rgb(178,82,73); }
H1.HeaderClassName
{
color: #B25249;
}
.AnyTagClassName
{
color: #B25249;
}
</style>
background-color css
<style>
a { background-color: #B25249; }
a { background-color: rgb(178,82,73); }
div.DivClassName
{
background-color: #B25249;
}
.BgClassName
{
background-color: #B25249;
}
</style>
border-color css
<style>
span { border-color: #B25249; }
span { border-color: rgb(178,82,73); }
td.TdClassName
{
border-color: #B25249;
}
.TagClassName
{
border-color: #B25249;
}
</style>