Shades of Royal Heath #B84C7D
Tints of Royal Heath #B84C7D
RGB
CMYK
RGB Variations
Color information
#B84C7D (or 0xB84C7D) is known color: Royal Heath. HEX triplet: B8, 4C and 7D. RGB value is (184,76,125). Sum of RGB (Red+Green+Blue) = 184+76+125=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C7D is #47B382. Grayscale: #717171. Windows color (decimal): -4699011 or 8211640. OLE color: 8211640.
HSL color Cylindrical-coordinate representation of color #B84C7D: hue angle of 332.78º 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 #B84C7D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 125 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.28 |
| HSL | 332.78º | 0.43% | 0.51% | - |
| HSV(B) | 332.78º | 0.59% | 0.72% | - |
| XYZ | 26.05 | 16.84 | 21.28 | - |
| YUV | 113.88 | 134.28 | 178.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 125 | 0 | 0.59 | 0.32 | 0.28 | 332.78 | 0.43 | 0.51 |
| Hex | B8 | 4C | 7D | 0 | 3B | 20 | 1C | 14D | 2B | 33 |
| Octal | 270 | 114 | 175 | 0 | 73 | 40 | 34 | 515 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1111101 | 0 | 111011 | 100000 | 11100 | 101001101 | 101011 | 110011 |
Color Harmonies of #B84C7D
Complementary color
Monochromatic Colors of #B84C7D
Black with #B84C7D
Text Example
Text Example
White with #B84C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C7D; }
p { color: rgb(184,76,125); }
H1.HeaderClassName
{
color: #B84C7D;
}
.AnyTagClassName
{
color: #B84C7D;
}
</style>
background-color css
<style>
a { background-color: #B84C7D; }
a { background-color: rgb(184,76,125); }
div.DivClassName
{
background-color: #B84C7D;
}
.BgClassName
{
background-color: #B84C7D;
}
</style>
border-color css
<style>
span { border-color: #B84C7D; }
span { border-color: rgb(184,76,125); }
td.TdClassName
{
border-color: #B84C7D;
}
.TagClassName
{
border-color: #B84C7D;
}
</style>