Shades of Royal Heath #B84E7C
Tints of Royal Heath #B84E7C
RGB
CMYK
RGB Variations
Color information
#B84E7C (or 0xB84E7C) is known color: Royal Heath. HEX triplet: B8, 4E and 7C. RGB value is (184,78,124). Sum of RGB (Red+Green+Blue) = 184+78+124=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E7C is #47B183. Grayscale: #727272. Windows color (decimal): -4698500 or 8146616. OLE color: 8146616.
HSL color Cylindrical-coordinate representation of color #B84E7C: hue angle of 333.96º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84E7C is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 124 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.28 |
| HSL | 333.96º | 0.43% | 0.51% | - |
| HSV(B) | 333.96º | 0.58% | 0.72% | - |
| XYZ | 26.13 | 17.09 | 20.99 | - |
| YUV | 114.94 | 133.12 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 124 | 0 | 0.58 | 0.33 | 0.28 | 333.96 | 0.43 | 0.51 |
| Hex | B8 | 4E | 7C | 0 | 3A | 21 | 1C | 14E | 2B | 33 |
| Octal | 270 | 116 | 174 | 0 | 72 | 41 | 34 | 516 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1111100 | 0 | 111010 | 100001 | 11100 | 101001110 | 101011 | 110011 |
Color Harmonies of #B84E7C
Complementary color
Monochromatic Colors of #B84E7C
Black with #B84E7C
Text Example
Text Example
White with #B84E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E7C; }
p { color: rgb(184,78,124); }
H1.HeaderClassName
{
color: #B84E7C;
}
.AnyTagClassName
{
color: #B84E7C;
}
</style>
background-color css
<style>
a { background-color: #B84E7C; }
a { background-color: rgb(184,78,124); }
div.DivClassName
{
background-color: #B84E7C;
}
.BgClassName
{
background-color: #B84E7C;
}
</style>
border-color css
<style>
span { border-color: #B84E7C; }
span { border-color: rgb(184,78,124); }
td.TdClassName
{
border-color: #B84E7C;
}
.TagClassName
{
border-color: #B84E7C;
}
</style>