Shades of Chestnut #B25251
Tints of Chestnut #B25251
RGB
CMYK
RGB Variations
Color information
#B25251 (or 0xB25251) is known color: Chestnut. HEX triplet: B2, 52 and 51. RGB value is (178,82,81). Sum of RGB (Red+Green+Blue) = 178+82+81=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B25251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25251 is #4DADAE. Grayscale: #6E6E6E. Windows color (decimal): -5090735 or 5329586. OLE color: 5329586.
HSL color Cylindrical-coordinate representation of color #B25251: hue angle of 0.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25251 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 81 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.30 |
| HSL | 0.62º | 0.39% | 0.51% | - |
| HSV(B) | 0.62º | 0.54% | 0.7% | - |
| XYZ | 22.86 | 16.09 | 9.69 | - |
| YUV | 110.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 81 | 0 | 0.54 | 0.54 | 0.30 | 0.62 | 0.39 | 0.51 |
| Hex | B2 | 52 | 51 | 0 | 36 | 36 | 1E | 1 | 27 | 33 |
| Octal | 262 | 122 | 121 | 0 | 66 | 66 | 36 | 1 | 47 | 63 |
| Binary | 10110010 | 1010010 | 1010001 | 0 | 110110 | 110110 | 11110 | 1 | 100111 | 110011 |
Color Harmonies of #B25251
Complementary color
Monochromatic Colors of #B25251
Black with #B25251
Text Example
Text Example
White with #B25251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25251; }
p { color: rgb(178,82,81); }
H1.HeaderClassName
{
color: #B25251;
}
.AnyTagClassName
{
color: #B25251;
}
</style>
background-color css
<style>
a { background-color: #B25251; }
a { background-color: rgb(178,82,81); }
div.DivClassName
{
background-color: #B25251;
}
.BgClassName
{
background-color: #B25251;
}
</style>
border-color css
<style>
span { border-color: #B25251; }
span { border-color: rgb(178,82,81); }
td.TdClassName
{
border-color: #B25251;
}
.TagClassName
{
border-color: #B25251;
}
</style>