Shades of Royal Heath #B84F77
Tints of Royal Heath #B84F77
RGB
CMYK
RGB Variations
Color information
#B84F77 (or 0xB84F77) is known color: Royal Heath. HEX triplet: B8, 4F and 77. RGB value is (184,79,119). Sum of RGB (Red+Green+Blue) = 184+79+119=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F77 is #47B088. Grayscale: #727272. Windows color (decimal): -4698249 or 7819192. OLE color: 7819192.
HSL color Cylindrical-coordinate representation of color #B84F77: hue angle of 337.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B84F77 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 119 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.28 |
| HSL | 337.14º | 0.43% | 0.52% | - |
| HSV(B) | 337.14º | 0.57% | 0.72% | - |
| XYZ | 25.89 | 17.11 | 19.39 | - |
| YUV | 114.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 119 | 0 | 0.57 | 0.35 | 0.28 | 337.14 | 0.43 | 0.52 |
| Hex | B8 | 4F | 77 | 0 | 39 | 23 | 1C | 151 | 2B | 34 |
| Octal | 270 | 117 | 167 | 0 | 71 | 43 | 34 | 521 | 53 | 64 |
| Binary | 10111000 | 1001111 | 1110111 | 0 | 111001 | 100011 | 11100 | 101010001 | 101011 | 110100 |
Color Harmonies of #B84F77
Complementary color
Monochromatic Colors of #B84F77
Black with #B84F77
Text Example
Text Example
White with #B84F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F77; }
p { color: rgb(184,79,119); }
H1.HeaderClassName
{
color: #B84F77;
}
.AnyTagClassName
{
color: #B84F77;
}
</style>
background-color css
<style>
a { background-color: #B84F77; }
a { background-color: rgb(184,79,119); }
div.DivClassName
{
background-color: #B84F77;
}
.BgClassName
{
background-color: #B84F77;
}
</style>
border-color css
<style>
span { border-color: #B84F77; }
span { border-color: rgb(184,79,119); }
td.TdClassName
{
border-color: #B84F77;
}
.TagClassName
{
border-color: #B84F77;
}
</style>