Shades of Royal Heath #B25276
Tints of Royal Heath #B25276
RGB
CMYK
RGB Variations
Color information
#B25276 (or 0xB25276) is known color: Royal Heath. HEX triplet: B2, 52 and 76. RGB value is (178,82,118). Sum of RGB (Red+Green+Blue) = 178+82+118=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25276 is #4DAD89. Grayscale: #727272. Windows color (decimal): -5090698 or 7754418. OLE color: 7754418.
HSL color Cylindrical-coordinate representation of color #B25276: hue angle of 337.5º degrees, saturation: 0.38, 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 #B25276 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 118 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.30 |
| HSL | 337.5º | 0.38% | 0.51% | - |
| HSV(B) | 337.5º | 0.54% | 0.7% | - |
| XYZ | 24.65 | 16.81 | 19.08 | - |
| YUV | 114.81 | 129.8 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 118 | 0 | 0.54 | 0.34 | 0.30 | 337.5 | 0.38 | 0.51 |
| Hex | B2 | 52 | 76 | 0 | 36 | 22 | 1E | 152 | 26 | 33 |
| Octal | 262 | 122 | 166 | 0 | 66 | 42 | 36 | 522 | 46 | 63 |
| Binary | 10110010 | 1010010 | 1110110 | 0 | 110110 | 100010 | 11110 | 101010010 | 100110 | 110011 |
Color Harmonies of #B25276
Complementary color
Monochromatic Colors of #B25276
Black with #B25276
Text Example
Text Example
White with #B25276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25276; }
p { color: rgb(178,82,118); }
H1.HeaderClassName
{
color: #B25276;
}
.AnyTagClassName
{
color: #B25276;
}
</style>
background-color css
<style>
a { background-color: #B25276; }
a { background-color: rgb(178,82,118); }
div.DivClassName
{
background-color: #B25276;
}
.BgClassName
{
background-color: #B25276;
}
</style>
border-color css
<style>
span { border-color: #B25276; }
span { border-color: rgb(178,82,118); }
td.TdClassName
{
border-color: #B25276;
}
.TagClassName
{
border-color: #B25276;
}
</style>