Shades of Chestnut #B25150
Tints of Chestnut #B25150
RGB
CMYK
RGB Variations
Color information
#B25150 (or 0xB25150) is known color: Chestnut. HEX triplet: B2, 51 and 50. RGB value is (178,81,80). Sum of RGB (Red+Green+Blue) = 178+81+80=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B25150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25150 is #4DAEAF. Grayscale: #6D6D6D. Windows color (decimal): -5090992 or 5263794. OLE color: 5263794.
HSL color Cylindrical-coordinate representation of color #B25150: hue angle of 0.61º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B25150 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 80 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.30 |
| HSL | 0.61º | 0.39% | 0.51% | - |
| HSV(B) | 0.61º | 0.55% | 0.7% | - |
| XYZ | 22.75 | 15.93 | 9.46 | - |
| YUV | 109.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 80 | 0 | 0.54 | 0.55 | 0.30 | 0.61 | 0.39 | 0.51 |
| Hex | B2 | 51 | 50 | 0 | 36 | 37 | 1E | 1 | 27 | 33 |
| Octal | 262 | 121 | 120 | 0 | 66 | 67 | 36 | 1 | 47 | 63 |
| Binary | 10110010 | 1010001 | 1010000 | 0 | 110110 | 110111 | 11110 | 1 | 100111 | 110011 |
Color Harmonies of #B25150
Complementary color
Monochromatic Colors of #B25150
Black with #B25150
Text Example
Text Example
White with #B25150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25150; }
p { color: rgb(178,81,80); }
H1.HeaderClassName
{
color: #B25150;
}
.AnyTagClassName
{
color: #B25150;
}
</style>
background-color css
<style>
a { background-color: #B25150; }
a { background-color: rgb(178,81,80); }
div.DivClassName
{
background-color: #B25150;
}
.BgClassName
{
background-color: #B25150;
}
</style>
border-color css
<style>
span { border-color: #B25150; }
span { border-color: rgb(178,81,80); }
td.TdClassName
{
border-color: #B25150;
}
.TagClassName
{
border-color: #B25150;
}
</style>