Shades of Royal Heath #B9527E
Tints of Royal Heath #B9527E
RGB
CMYK
RGB Variations
Color information
#B9527E (or 0xB9527E) is known color: Royal Heath. HEX triplet: B9, 52 and 7E. RGB value is (185,82,126). Sum of RGB (Red+Green+Blue) = 185+82+126=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9527E is #46AD81. Grayscale: #757575. Windows color (decimal): -4631938 or 8278713. OLE color: 8278713.
HSL color Cylindrical-coordinate representation of color #B9527E: hue angle of 334.37º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9527E is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 126 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.27 |
| HSL | 334.37º | 0.42% | 0.52% | - |
| HSV(B) | 334.37º | 0.56% | 0.73% | - |
| XYZ | 26.79 | 17.86 | 21.77 | - |
| YUV | 117.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 126 | 0 | 0.56 | 0.32 | 0.27 | 334.37 | 0.42 | 0.52 |
| Hex | B9 | 52 | 7E | 0 | 38 | 20 | 1B | 14E | 2A | 34 |
| Octal | 271 | 122 | 176 | 0 | 70 | 40 | 33 | 516 | 52 | 64 |
| Binary | 10111001 | 1010010 | 1111110 | 0 | 111000 | 100000 | 11011 | 101001110 | 101010 | 110100 |
Color Harmonies of #B9527E
Complementary color
Monochromatic Colors of #B9527E
Black with #B9527E
Text Example
Text Example
White with #B9527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9527E; }
p { color: rgb(185,82,126); }
H1.HeaderClassName
{
color: #B9527E;
}
.AnyTagClassName
{
color: #B9527E;
}
</style>
background-color css
<style>
a { background-color: #B9527E; }
a { background-color: rgb(185,82,126); }
div.DivClassName
{
background-color: #B9527E;
}
.BgClassName
{
background-color: #B9527E;
}
</style>
border-color css
<style>
span { border-color: #B9527E; }
span { border-color: rgb(185,82,126); }
td.TdClassName
{
border-color: #B9527E;
}
.TagClassName
{
border-color: #B9527E;
}
</style>