Shades of Royal Heath #B84A72
Tints of Royal Heath #B84A72
RGB
CMYK
RGB Variations
Color information
#B84A72 (or 0xB84A72) is known color: Royal Heath. HEX triplet: B8, 4A and 72. RGB value is (184,74,114). Sum of RGB (Red+Green+Blue) = 184+74+114=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84A72 is #47B58D. Grayscale: #6F6F6F. Windows color (decimal): -4699534 or 7490232. OLE color: 7490232.
HSL color Cylindrical-coordinate representation of color #B84A72: hue angle of 338.18º 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 #B84A72 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 74 | 114 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.28 |
| HSL | 338.18º | 0.44% | 0.51% | - |
| HSV(B) | 338.18º | 0.6% | 0.72% | - |
| XYZ | 25.25 | 16.3 | 17.74 | - |
| YUV | 111.45 | 129.44 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 74 | 114 | 0 | 0.60 | 0.38 | 0.28 | 338.18 | 0.44 | 0.51 |
| Hex | B8 | 4A | 72 | 0 | 3C | 26 | 1C | 152 | 2C | 33 |
| Octal | 270 | 112 | 162 | 0 | 74 | 46 | 34 | 522 | 54 | 63 |
| Binary | 10111000 | 1001010 | 1110010 | 0 | 111100 | 100110 | 11100 | 101010010 | 101100 | 110011 |
Color Harmonies of #B84A72
Complementary color
Monochromatic Colors of #B84A72
Black with #B84A72
Text Example
Text Example
White with #B84A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84A72; }
p { color: rgb(184,74,114); }
H1.HeaderClassName
{
color: #B84A72;
}
.AnyTagClassName
{
color: #B84A72;
}
</style>
background-color css
<style>
a { background-color: #B84A72; }
a { background-color: rgb(184,74,114); }
div.DivClassName
{
background-color: #B84A72;
}
.BgClassName
{
background-color: #B84A72;
}
</style>
border-color css
<style>
span { border-color: #B84A72; }
span { border-color: rgb(184,74,114); }
td.TdClassName
{
border-color: #B84A72;
}
.TagClassName
{
border-color: #B84A72;
}
</style>