Shades of Royal Heath #B84B7E
Tints of Royal Heath #B84B7E
RGB
CMYK
RGB Variations
Color information
#B84B7E (or 0xB84B7E) is known color: Royal Heath. HEX triplet: B8, 4B and 7E. RGB value is (184,75,126). Sum of RGB (Red+Green+Blue) = 184+75+126=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B7E is #47B481. Grayscale: #717171. Windows color (decimal): -4699266 or 8276920. OLE color: 8276920.
HSL color Cylindrical-coordinate representation of color #B84B7E: hue angle of 331.93º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84B7E is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 126 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.28 |
| HSL | 331.93º | 0.43% | 0.51% | - |
| HSV(B) | 331.93º | 0.59% | 0.72% | - |
| XYZ | 26.05 | 16.73 | 21.59 | - |
| YUV | 113.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 126 | 0 | 0.59 | 0.32 | 0.28 | 331.93 | 0.43 | 0.51 |
| Hex | B8 | 4B | 7E | 0 | 3B | 20 | 1C | 14C | 2B | 33 |
| Octal | 270 | 113 | 176 | 0 | 73 | 40 | 34 | 514 | 53 | 63 |
| Binary | 10111000 | 1001011 | 1111110 | 0 | 111011 | 100000 | 11100 | 101001100 | 101011 | 110011 |
Color Harmonies of #B84B7E
Complementary color
Monochromatic Colors of #B84B7E
Black with #B84B7E
Text Example
Text Example
White with #B84B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B7E; }
p { color: rgb(184,75,126); }
H1.HeaderClassName
{
color: #B84B7E;
}
.AnyTagClassName
{
color: #B84B7E;
}
</style>
background-color css
<style>
a { background-color: #B84B7E; }
a { background-color: rgb(184,75,126); }
div.DivClassName
{
background-color: #B84B7E;
}
.BgClassName
{
background-color: #B84B7E;
}
</style>
border-color css
<style>
span { border-color: #B84B7E; }
span { border-color: rgb(184,75,126); }
td.TdClassName
{
border-color: #B84B7E;
}
.TagClassName
{
border-color: #B84B7E;
}
</style>