Shades of Royal Heath #B84D70
Tints of Royal Heath #B84D70
RGB
CMYK
RGB Variations
Color information
#B84D70 (or 0xB84D70) is known color: Royal Heath. HEX triplet: B8, 4D and 70. RGB value is (184,77,112). Sum of RGB (Red+Green+Blue) = 184+77+112=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D70 is #47B28F. Grayscale: #707070. Windows color (decimal): -4698768 or 7359928. OLE color: 7359928.
HSL color Cylindrical-coordinate representation of color #B84D70: hue angle of 340.37º 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 #B84D70 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 112 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.28 |
| HSL | 340.37º | 0.43% | 0.51% | - |
| HSV(B) | 340.37º | 0.58% | 0.72% | - |
| XYZ | 25.35 | 16.67 | 17.21 | - |
| YUV | 112.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 112 | 0 | 0.58 | 0.39 | 0.28 | 340.37 | 0.43 | 0.51 |
| Hex | B8 | 4D | 70 | 0 | 3A | 27 | 1C | 154 | 2B | 33 |
| Octal | 270 | 115 | 160 | 0 | 72 | 47 | 34 | 524 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1110000 | 0 | 111010 | 100111 | 11100 | 101010100 | 101011 | 110011 |
Color Harmonies of #B84D70
Complementary color
Monochromatic Colors of #B84D70
Black with #B84D70
Text Example
Text Example
White with #B84D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D70; }
p { color: rgb(184,77,112); }
H1.HeaderClassName
{
color: #B84D70;
}
.AnyTagClassName
{
color: #B84D70;
}
</style>
background-color css
<style>
a { background-color: #B84D70; }
a { background-color: rgb(184,77,112); }
div.DivClassName
{
background-color: #B84D70;
}
.BgClassName
{
background-color: #B84D70;
}
</style>
border-color css
<style>
span { border-color: #B84D70; }
span { border-color: rgb(184,77,112); }
td.TdClassName
{
border-color: #B84D70;
}
.TagClassName
{
border-color: #B84D70;
}
</style>