Shades of Royal Heath #B84E70
Tints of Royal Heath #B84E70
RGB
CMYK
RGB Variations
Color information
#B84E70 (or 0xB84E70) is known color: Royal Heath. HEX triplet: B8, 4E and 70. RGB value is (184,78,112). Sum of RGB (Red+Green+Blue) = 184+78+112=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E70 is #47B18F. Grayscale: #717171. Windows color (decimal): -4698512 or 7360184. OLE color: 7360184.
HSL color Cylindrical-coordinate representation of color #B84E70: hue angle of 340.75º 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 #B84E70 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 112 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.28 |
| HSL | 340.75º | 0.43% | 0.51% | - |
| HSV(B) | 340.75º | 0.58% | 0.72% | - |
| XYZ | 25.42 | 16.81 | 17.23 | - |
| YUV | 113.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 112 | 0 | 0.58 | 0.39 | 0.28 | 340.75 | 0.43 | 0.51 |
| Hex | B8 | 4E | 70 | 0 | 3A | 27 | 1C | 155 | 2B | 33 |
| Octal | 270 | 116 | 160 | 0 | 72 | 47 | 34 | 525 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1110000 | 0 | 111010 | 100111 | 11100 | 101010101 | 101011 | 110011 |
Color Harmonies of #B84E70
Complementary color
Monochromatic Colors of #B84E70
Black with #B84E70
Text Example
Text Example
White with #B84E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E70; }
p { color: rgb(184,78,112); }
H1.HeaderClassName
{
color: #B84E70;
}
.AnyTagClassName
{
color: #B84E70;
}
</style>
background-color css
<style>
a { background-color: #B84E70; }
a { background-color: rgb(184,78,112); }
div.DivClassName
{
background-color: #B84E70;
}
.BgClassName
{
background-color: #B84E70;
}
</style>
border-color css
<style>
span { border-color: #B84E70; }
span { border-color: rgb(184,78,112); }
td.TdClassName
{
border-color: #B84E70;
}
.TagClassName
{
border-color: #B84E70;
}
</style>