Shades of Chestnut #B25250
Tints of Chestnut #B25250
RGB
CMYK
RGB Variations
Color information
#B25250 (or 0xB25250) is known color: Chestnut. HEX triplet: B2, 52 and 50. RGB value is (178,82,80). Sum of RGB (Red+Green+Blue) = 178+82+80=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B25250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25250 is #4DADAF. Grayscale: #6E6E6E. Windows color (decimal): -5090736 or 5264050. OLE color: 5264050.
HSL color Cylindrical-coordinate representation of color #B25250: hue angle of 1.22º 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 #B25250 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 80 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.30 |
| HSL | 1.22º | 0.39% | 0.51% | - |
| HSV(B) | 1.22º | 0.55% | 0.7% | - |
| XYZ | 22.83 | 16.08 | 9.49 | - |
| YUV | 110.48 | 110.8 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 80 | 0 | 0.54 | 0.55 | 0.30 | 1.22 | 0.39 | 0.51 |
| Hex | B2 | 52 | 50 | 0 | 36 | 37 | 1E | 1 | 27 | 33 |
| Octal | 262 | 122 | 120 | 0 | 66 | 67 | 36 | 1 | 47 | 63 |
| Binary | 10110010 | 1010010 | 1010000 | 0 | 110110 | 110111 | 11110 | 1 | 100111 | 110011 |
Color Harmonies of #B25250
Complementary color
Monochromatic Colors of #B25250
Black with #B25250
Text Example
Text Example
White with #B25250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25250; }
p { color: rgb(178,82,80); }
H1.HeaderClassName
{
color: #B25250;
}
.AnyTagClassName
{
color: #B25250;
}
</style>
background-color css
<style>
a { background-color: #B25250; }
a { background-color: rgb(178,82,80); }
div.DivClassName
{
background-color: #B25250;
}
.BgClassName
{
background-color: #B25250;
}
</style>
border-color css
<style>
span { border-color: #B25250; }
span { border-color: rgb(178,82,80); }
td.TdClassName
{
border-color: #B25250;
}
.TagClassName
{
border-color: #B25250;
}
</style>