Shades of Royal Heath #B84D72
Tints of Royal Heath #B84D72
RGB
CMYK
RGB Variations
Color information
#B84D72 (or 0xB84D72) is known color: Royal Heath. HEX triplet: B8, 4D and 72. RGB value is (184,77,114). Sum of RGB (Red+Green+Blue) = 184+77+114=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D72 is #47B28D. Grayscale: #717171. Windows color (decimal): -4698766 or 7491000. OLE color: 7491000.
HSL color Cylindrical-coordinate representation of color #B84D72: hue angle of 339.25º 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 #B84D72 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 114 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.28 |
| HSL | 339.25º | 0.43% | 0.51% | - |
| HSV(B) | 339.25º | 0.58% | 0.72% | - |
| XYZ | 25.46 | 16.71 | 17.8 | - |
| YUV | 113.21 | 128.45 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 114 | 0 | 0.58 | 0.38 | 0.28 | 339.25 | 0.43 | 0.51 |
| Hex | B8 | 4D | 72 | 0 | 3A | 26 | 1C | 153 | 2B | 33 |
| Octal | 270 | 115 | 162 | 0 | 72 | 46 | 34 | 523 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1110010 | 0 | 111010 | 100110 | 11100 | 101010011 | 101011 | 110011 |
Color Harmonies of #B84D72
Complementary color
Monochromatic Colors of #B84D72
Black with #B84D72
Text Example
Text Example
White with #B84D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D72; }
p { color: rgb(184,77,114); }
H1.HeaderClassName
{
color: #B84D72;
}
.AnyTagClassName
{
color: #B84D72;
}
</style>
background-color css
<style>
a { background-color: #B84D72; }
a { background-color: rgb(184,77,114); }
div.DivClassName
{
background-color: #B84D72;
}
.BgClassName
{
background-color: #B84D72;
}
</style>
border-color css
<style>
span { border-color: #B84D72; }
span { border-color: rgb(184,77,114); }
td.TdClassName
{
border-color: #B84D72;
}
.TagClassName
{
border-color: #B84D72;
}
</style>