Shades of Royal Heath #B25273
Tints of Royal Heath #B25273
RGB
CMYK
RGB Variations
Color information
#B25273 (or 0xB25273) is known color: Royal Heath. HEX triplet: B2, 52 and 73. RGB value is (178,82,115). Sum of RGB (Red+Green+Blue) = 178+82+115=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B25273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25273 is #4DAD8C. Grayscale: #727272. Windows color (decimal): -5090701 or 7557810. OLE color: 7557810.
HSL color Cylindrical-coordinate representation of color #B25273: hue angle of 339.38º 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 #B25273 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 115 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.30 |
| HSL | 339.38º | 0.38% | 0.51% | - |
| HSV(B) | 339.38º | 0.54% | 0.7% | - |
| XYZ | 24.47 | 16.74 | 18.16 | - |
| YUV | 114.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 115 | 0 | 0.54 | 0.35 | 0.30 | 339.38 | 0.38 | 0.51 |
| Hex | B2 | 52 | 73 | 0 | 36 | 23 | 1E | 153 | 26 | 33 |
| Octal | 262 | 122 | 163 | 0 | 66 | 43 | 36 | 523 | 46 | 63 |
| Binary | 10110010 | 1010010 | 1110011 | 0 | 110110 | 100011 | 11110 | 101010011 | 100110 | 110011 |
Color Harmonies of #B25273
Complementary color
Monochromatic Colors of #B25273
Black with #B25273
Text Example
Text Example
White with #B25273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25273; }
p { color: rgb(178,82,115); }
H1.HeaderClassName
{
color: #B25273;
}
.AnyTagClassName
{
color: #B25273;
}
</style>
background-color css
<style>
a { background-color: #B25273; }
a { background-color: rgb(178,82,115); }
div.DivClassName
{
background-color: #B25273;
}
.BgClassName
{
background-color: #B25273;
}
</style>
border-color css
<style>
span { border-color: #B25273; }
span { border-color: rgb(178,82,115); }
td.TdClassName
{
border-color: #B25273;
}
.TagClassName
{
border-color: #B25273;
}
</style>