Shades of Royal Heath #B84673
Tints of Royal Heath #B84673
RGB
CMYK
RGB Variations
Color information
#B84673 (or 0xB84673) is known color: Royal Heath. HEX triplet: B8, 46 and 73. RGB value is (184,70,115). Sum of RGB (Red+Green+Blue) = 184+70+115=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84673 is #47B98C. Grayscale: #6D6D6D. Windows color (decimal): -4700557 or 7554744. OLE color: 7554744.
HSL color Cylindrical-coordinate representation of color #B84673: hue angle of 336.32º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84673 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 70 | 115 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.28 |
| HSL | 336.32º | 0.45% | 0.5% | - |
| HSV(B) | 336.32º | 0.62% | 0.72% | - |
| XYZ | 25.05 | 15.81 | 17.95 | - |
| YUV | 109.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 70 | 115 | 0 | 0.62 | 0.38 | 0.28 | 336.32 | 0.45 | 0.5 |
| Hex | B8 | 46 | 73 | 0 | 3E | 26 | 1C | 150 | 2D | 32 |
| Octal | 270 | 106 | 163 | 0 | 76 | 46 | 34 | 520 | 55 | 62 |
| Binary | 10111000 | 1000110 | 1110011 | 0 | 111110 | 100110 | 11100 | 101010000 | 101101 | 110010 |
Color Harmonies of #B84673
Complementary color
Monochromatic Colors of #B84673
Black with #B84673
Text Example
Text Example
White with #B84673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84673; }
p { color: rgb(184,70,115); }
H1.HeaderClassName
{
color: #B84673;
}
.AnyTagClassName
{
color: #B84673;
}
</style>
background-color css
<style>
a { background-color: #B84673; }
a { background-color: rgb(184,70,115); }
div.DivClassName
{
background-color: #B84673;
}
.BgClassName
{
background-color: #B84673;
}
</style>
border-color css
<style>
span { border-color: #B84673; }
span { border-color: rgb(184,70,115); }
td.TdClassName
{
border-color: #B84673;
}
.TagClassName
{
border-color: #B84673;
}
</style>