Shades of Royal Heath #B85C78
Tints of Royal Heath #B85C78
RGB
CMYK
RGB Variations
Color information
#B85C78 (or 0xB85C78) is known color: Royal Heath. HEX triplet: B8, 5C and 78. RGB value is (184,92,120). Sum of RGB (Red+Green+Blue) = 184+92+120=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85C78 is #47A387. Grayscale: #7A7A7A. Windows color (decimal): -4694920 or 7888056. OLE color: 7888056.
HSL color Cylindrical-coordinate representation of color #B85C78: hue angle of 341.74º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C78 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 120 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.28 |
| HSL | 341.74º | 0.39% | 0.54% | - |
| HSV(B) | 341.74º | 0.5% | 0.72% | - |
| XYZ | 26.98 | 19.2 | 20.05 | - |
| YUV | 122.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 120 | 0 | 0.50 | 0.35 | 0.28 | 341.74 | 0.39 | 0.54 |
| Hex | B8 | 5C | 78 | 0 | 32 | 23 | 1C | 156 | 27 | 36 |
| Octal | 270 | 134 | 170 | 0 | 62 | 43 | 34 | 526 | 47 | 66 |
| Binary | 10111000 | 1011100 | 1111000 | 0 | 110010 | 100011 | 11100 | 101010110 | 100111 | 110110 |
Color Harmonies of #B85C78
Complementary color
Monochromatic Colors of #B85C78
Black with #B85C78
Text Example
Text Example
White with #B85C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C78; }
p { color: rgb(184,92,120); }
H1.HeaderClassName
{
color: #B85C78;
}
.AnyTagClassName
{
color: #B85C78;
}
</style>
background-color css
<style>
a { background-color: #B85C78; }
a { background-color: rgb(184,92,120); }
div.DivClassName
{
background-color: #B85C78;
}
.BgClassName
{
background-color: #B85C78;
}
</style>
border-color css
<style>
span { border-color: #B85C78; }
span { border-color: rgb(184,92,120); }
td.TdClassName
{
border-color: #B85C78;
}
.TagClassName
{
border-color: #B85C78;
}
</style>