Shades of Royal Heath #B84E6E
Tints of Royal Heath #B84E6E
RGB
CMYK
RGB Variations
Color information
#B84E6E (or 0xB84E6E) is known color: Royal Heath. HEX triplet: B8, 4E and 6E. RGB value is (184,78,110). Sum of RGB (Red+Green+Blue) = 184+78+110=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E6E is #47B191. Grayscale: #717171. Windows color (decimal): -4698514 or 7229112. OLE color: 7229112.
HSL color Cylindrical-coordinate representation of color #B84E6E: hue angle of 341.89º 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 #B84E6E is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 110 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.28 |
| HSL | 341.89º | 0.43% | 0.51% | - |
| HSV(B) | 341.89º | 0.58% | 0.72% | - |
| XYZ | 25.31 | 16.76 | 16.65 | - |
| YUV | 113.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 110 | 0 | 0.58 | 0.40 | 0.28 | 341.89 | 0.43 | 0.51 |
| Hex | B8 | 4E | 6E | 0 | 3A | 28 | 1C | 156 | 2B | 33 |
| Octal | 270 | 116 | 156 | 0 | 72 | 50 | 34 | 526 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1101110 | 0 | 111010 | 101000 | 11100 | 101010110 | 101011 | 110011 |
Color Harmonies of #B84E6E
Complementary color
Monochromatic Colors of #B84E6E
Black with #B84E6E
Text Example
Text Example
White with #B84E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E6E; }
p { color: rgb(184,78,110); }
H1.HeaderClassName
{
color: #B84E6E;
}
.AnyTagClassName
{
color: #B84E6E;
}
</style>
background-color css
<style>
a { background-color: #B84E6E; }
a { background-color: rgb(184,78,110); }
div.DivClassName
{
background-color: #B84E6E;
}
.BgClassName
{
background-color: #B84E6E;
}
</style>
border-color css
<style>
span { border-color: #B84E6E; }
span { border-color: rgb(184,78,110); }
td.TdClassName
{
border-color: #B84E6E;
}
.TagClassName
{
border-color: #B84E6E;
}
</style>