Shades of Royal Heath #B84A7C
Tints of Royal Heath #B84A7C
RGB
CMYK
RGB Variations
Color information
#B84A7C (or 0xB84A7C) is known color: Royal Heath. HEX triplet: B8, 4A and 7C. RGB value is (184,74,124). Sum of RGB (Red+Green+Blue) = 184+74+124=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7C is #47B583. Grayscale: #707070. Windows color (decimal): -4699524 or 8145592. OLE color: 8145592.
HSL color Cylindrical-coordinate representation of color #B84A7C: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A7C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 124 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.28 |
| HSL | 332.73º | 0.44% | 0.51% | - |
| HSV(B) | 332.73º | 0.6% | 0.72% | - |
| XYZ | 25.85 | 16.54 | 20.9 | - |
| YUV | 112.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 124 | 0 | 0.60 | 0.33 | 0.28 | 332.73 | 0.44 | 0.51 |
| Hex | B8 | 4A | 7C | 0 | 3C | 21 | 1C | 14D | 2C | 33 |
| Octal | 270 | 112 | 174 | 0 | 74 | 41 | 34 | 515 | 54 | 63 |
| Binary | 10111000 | 1001010 | 1111100 | 0 | 111100 | 100001 | 11100 | 101001101 | 101100 | 110011 |
Color Harmonies of #B84A7C
Complementary color
Monochromatic Colors of #B84A7C
Black with #B84A7C
Text Example
Text Example
White with #B84A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A7C; }
p { color: rgb(184,74,124); }
H1.HeaderClassName
{
color: #B84A7C;
}
.AnyTagClassName
{
color: #B84A7C;
}
</style>
background-color css
<style>
a { background-color: #B84A7C; }
a { background-color: rgb(184,74,124); }
div.DivClassName
{
background-color: #B84A7C;
}
.BgClassName
{
background-color: #B84A7C;
}
</style>
border-color css
<style>
span { border-color: #B84A7C; }
span { border-color: rgb(184,74,124); }
td.TdClassName
{
border-color: #B84A7C;
}
.TagClassName
{
border-color: #B84A7C;
}
</style>