Shades of Royal Heath #B84C7A
Tints of Royal Heath #B84C7A
RGB
CMYK
RGB Variations
Color information
#B84C7A (or 0xB84C7A) is known color: Royal Heath. HEX triplet: B8, 4C and 7A. RGB value is (184,76,122). Sum of RGB (Red+Green+Blue) = 184+76+122=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C7A is #47B385. Grayscale: #717171. Windows color (decimal): -4699014 or 8015032. OLE color: 8015032.
HSL color Cylindrical-coordinate representation of color #B84C7A: hue angle of 334.44º 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 #B84C7A is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 122 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.28 |
| HSL | 334.44º | 0.43% | 0.51% | - |
| HSV(B) | 334.44º | 0.59% | 0.72% | - |
| XYZ | 25.86 | 16.76 | 20.28 | - |
| YUV | 113.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 122 | 0 | 0.59 | 0.34 | 0.28 | 334.44 | 0.43 | 0.51 |
| Hex | B8 | 4C | 7A | 0 | 3B | 22 | 1C | 14E | 2B | 33 |
| Octal | 270 | 114 | 172 | 0 | 73 | 42 | 34 | 516 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1111010 | 0 | 111011 | 100010 | 11100 | 101001110 | 101011 | 110011 |
Color Harmonies of #B84C7A
Complementary color
Monochromatic Colors of #B84C7A
Black with #B84C7A
Text Example
Text Example
White with #B84C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C7A; }
p { color: rgb(184,76,122); }
H1.HeaderClassName
{
color: #B84C7A;
}
.AnyTagClassName
{
color: #B84C7A;
}
</style>
background-color css
<style>
a { background-color: #B84C7A; }
a { background-color: rgb(184,76,122); }
div.DivClassName
{
background-color: #B84C7A;
}
.BgClassName
{
background-color: #B84C7A;
}
</style>
border-color css
<style>
span { border-color: #B84C7A; }
span { border-color: rgb(184,76,122); }
td.TdClassName
{
border-color: #B84C7A;
}
.TagClassName
{
border-color: #B84C7A;
}
</style>