Shades of Royal Heath #B8577C
Tints of Royal Heath #B8577C
RGB
CMYK
RGB Variations
Color information
#B8577C (or 0xB8577C) is known color: Royal Heath. HEX triplet: B8, 57 and 7C. RGB value is (184,87,124). Sum of RGB (Red+Green+Blue) = 184+87+124=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B8577C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8577C is #47A883. Grayscale: #787878. Windows color (decimal): -4696196 or 8148920. OLE color: 8148920.
HSL color Cylindrical-coordinate representation of color #B8577C: hue angle of 337.11º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8577C is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 124 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.28 |
| HSL | 337.11º | 0.41% | 0.53% | - |
| HSV(B) | 337.11º | 0.53% | 0.72% | - |
| XYZ | 26.81 | 18.46 | 21.22 | - |
| YUV | 120.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 124 | 0 | 0.53 | 0.33 | 0.28 | 337.11 | 0.41 | 0.53 |
| Hex | B8 | 57 | 7C | 0 | 35 | 21 | 1C | 151 | 29 | 35 |
| Octal | 270 | 127 | 174 | 0 | 65 | 41 | 34 | 521 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1111100 | 0 | 110101 | 100001 | 11100 | 101010001 | 101001 | 110101 |
Color Harmonies of #B8577C
Complementary color
Monochromatic Colors of #B8577C
Black with #B8577C
Text Example
Text Example
White with #B8577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8577C; }
p { color: rgb(184,87,124); }
H1.HeaderClassName
{
color: #B8577C;
}
.AnyTagClassName
{
color: #B8577C;
}
</style>
background-color css
<style>
a { background-color: #B8577C; }
a { background-color: rgb(184,87,124); }
div.DivClassName
{
background-color: #B8577C;
}
.BgClassName
{
background-color: #B8577C;
}
</style>
border-color css
<style>
span { border-color: #B8577C; }
span { border-color: rgb(184,87,124); }
td.TdClassName
{
border-color: #B8577C;
}
.TagClassName
{
border-color: #B8577C;
}
</style>