Shades of Royal Heath #B84A7B
Tints of Royal Heath #B84A7B
RGB
CMYK
RGB Variations
Color information
#B84A7B (or 0xB84A7B) is known color: Royal Heath. HEX triplet: B8, 4A and 7B. RGB value is (184,74,123). Sum of RGB (Red+Green+Blue) = 184+74+123=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A7B is #47B584. Grayscale: #707070. Windows color (decimal): -4699525 or 8080056. OLE color: 8080056.
HSL color Cylindrical-coordinate representation of color #B84A7B: hue angle of 333.27º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A7B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 123 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.28 |
| HSL | 333.27º | 0.44% | 0.51% | - |
| HSV(B) | 333.27º | 0.6% | 0.72% | - |
| XYZ | 25.79 | 16.52 | 20.57 | - |
| YUV | 112.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 123 | 0 | 0.60 | 0.33 | 0.28 | 333.27 | 0.44 | 0.51 |
| Hex | B8 | 4A | 7B | 0 | 3C | 21 | 1C | 14D | 2C | 33 |
| Octal | 270 | 112 | 173 | 0 | 74 | 41 | 34 | 515 | 54 | 63 |
| Binary | 10111000 | 1001010 | 1111011 | 0 | 111100 | 100001 | 11100 | 101001101 | 101100 | 110011 |
Color Harmonies of #B84A7B
Complementary color
Monochromatic Colors of #B84A7B
Black with #B84A7B
Text Example
Text Example
White with #B84A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A7B; }
p { color: rgb(184,74,123); }
H1.HeaderClassName
{
color: #B84A7B;
}
.AnyTagClassName
{
color: #B84A7B;
}
</style>
background-color css
<style>
a { background-color: #B84A7B; }
a { background-color: rgb(184,74,123); }
div.DivClassName
{
background-color: #B84A7B;
}
.BgClassName
{
background-color: #B84A7B;
}
</style>
border-color css
<style>
span { border-color: #B84A7B; }
span { border-color: rgb(184,74,123); }
td.TdClassName
{
border-color: #B84A7B;
}
.TagClassName
{
border-color: #B84A7B;
}
</style>