Shades of Royal Heath #B84F73
Tints of Royal Heath #B84F73
RGB
CMYK
RGB Variations
Color information
#B84F73 (or 0xB84F73) is known color: Royal Heath. HEX triplet: B8, 4F and 73. RGB value is (184,79,115). Sum of RGB (Red+Green+Blue) = 184+79+115=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F73 is #47B08C. Grayscale: #727272. Windows color (decimal): -4698253 or 7557048. OLE color: 7557048.
HSL color Cylindrical-coordinate representation of color #B84F73: hue angle of 339.43º 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 #B84F73 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 79 | 115 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.28 |
| HSL | 339.43º | 0.43% | 0.52% | - |
| HSV(B) | 339.43º | 0.57% | 0.72% | - |
| XYZ | 25.66 | 17.02 | 18.15 | - |
| YUV | 114.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 79 | 115 | 0 | 0.57 | 0.38 | 0.28 | 339.43 | 0.43 | 0.52 |
| Hex | B8 | 4F | 73 | 0 | 39 | 26 | 1C | 153 | 2B | 34 |
| Octal | 270 | 117 | 163 | 0 | 71 | 46 | 34 | 523 | 53 | 64 |
| Binary | 10111000 | 1001111 | 1110011 | 0 | 111001 | 100110 | 11100 | 101010011 | 101011 | 110100 |
Color Harmonies of #B84F73
Complementary color
Monochromatic Colors of #B84F73
Black with #B84F73
Text Example
Text Example
White with #B84F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84F73; }
p { color: rgb(184,79,115); }
H1.HeaderClassName
{
color: #B84F73;
}
.AnyTagClassName
{
color: #B84F73;
}
</style>
background-color css
<style>
a { background-color: #B84F73; }
a { background-color: rgb(184,79,115); }
div.DivClassName
{
background-color: #B84F73;
}
.BgClassName
{
background-color: #B84F73;
}
</style>
border-color css
<style>
span { border-color: #B84F73; }
span { border-color: rgb(184,79,115); }
td.TdClassName
{
border-color: #B84F73;
}
.TagClassName
{
border-color: #B84F73;
}
</style>