Shades of Royal Heath #B85578
Tints of Royal Heath #B85578
RGB
CMYK
RGB Variations
Color information
#B85578 (or 0xB85578) is known color: Royal Heath. HEX triplet: B8, 55 and 78. RGB value is (184,85,120). Sum of RGB (Red+Green+Blue) = 184+85+120=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B85578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85578 is #47AA87. Grayscale: #767676. Windows color (decimal): -4696712 or 7886264. OLE color: 7886264.
HSL color Cylindrical-coordinate representation of color #B85578: hue angle of 338.79º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85578 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 120 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.28 |
| HSL | 338.79º | 0.41% | 0.53% | - |
| HSV(B) | 338.79º | 0.54% | 0.72% | - |
| XYZ | 26.41 | 18.04 | 19.86 | - |
| YUV | 118.59 | 128.8 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 120 | 0 | 0.54 | 0.35 | 0.28 | 338.79 | 0.41 | 0.53 |
| Hex | B8 | 55 | 78 | 0 | 36 | 23 | 1C | 153 | 29 | 35 |
| Octal | 270 | 125 | 170 | 0 | 66 | 43 | 34 | 523 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1111000 | 0 | 110110 | 100011 | 11100 | 101010011 | 101001 | 110101 |
Color Harmonies of #B85578
Complementary color
Monochromatic Colors of #B85578
Black with #B85578
Text Example
Text Example
White with #B85578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85578; }
p { color: rgb(184,85,120); }
H1.HeaderClassName
{
color: #B85578;
}
.AnyTagClassName
{
color: #B85578;
}
</style>
background-color css
<style>
a { background-color: #B85578; }
a { background-color: rgb(184,85,120); }
div.DivClassName
{
background-color: #B85578;
}
.BgClassName
{
background-color: #B85578;
}
</style>
border-color css
<style>
span { border-color: #B85578; }
span { border-color: rgb(184,85,120); }
td.TdClassName
{
border-color: #B85578;
}
.TagClassName
{
border-color: #B85578;
}
</style>