Shades of Royal Heath #B9557C
Tints of Royal Heath #B9557C
RGB
CMYK
RGB Variations
Color information
#B9557C (or 0xB9557C) is known color: Royal Heath. HEX triplet: B9, 55 and 7C. RGB value is (185,85,124). Sum of RGB (Red+Green+Blue) = 185+85+124=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9557C is #46AA83. Grayscale: #777777. Windows color (decimal): -4631172 or 8148409. OLE color: 8148409.
HSL color Cylindrical-coordinate representation of color #B9557C: hue angle of 336.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9557C is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 124 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.27 |
| HSL | 336.6º | 0.42% | 0.53% | - |
| HSV(B) | 336.6º | 0.54% | 0.73% | - |
| XYZ | 26.89 | 18.27 | 21.18 | - |
| YUV | 119.35 | 130.63 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 124 | 0 | 0.54 | 0.33 | 0.27 | 336.6 | 0.42 | 0.53 |
| Hex | B9 | 55 | 7C | 0 | 36 | 21 | 1B | 151 | 2A | 35 |
| Octal | 271 | 125 | 174 | 0 | 66 | 41 | 33 | 521 | 52 | 65 |
| Binary | 10111001 | 1010101 | 1111100 | 0 | 110110 | 100001 | 11011 | 101010001 | 101010 | 110101 |
Color Harmonies of #B9557C
Complementary color
Monochromatic Colors of #B9557C
Black with #B9557C
Text Example
Text Example
White with #B9557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9557C; }
p { color: rgb(185,85,124); }
H1.HeaderClassName
{
color: #B9557C;
}
.AnyTagClassName
{
color: #B9557C;
}
</style>
background-color css
<style>
a { background-color: #B9557C; }
a { background-color: rgb(185,85,124); }
div.DivClassName
{
background-color: #B9557C;
}
.BgClassName
{
background-color: #B9557C;
}
</style>
border-color css
<style>
span { border-color: #B9557C; }
span { border-color: rgb(185,85,124); }
td.TdClassName
{
border-color: #B9557C;
}
.TagClassName
{
border-color: #B9557C;
}
</style>