Shades of Royal Heath #B85673
Tints of Royal Heath #B85673
RGB
CMYK
RGB Variations
Color information
#B85673 (or 0xB85673) is known color: Royal Heath. HEX triplet: B8, 56 and 73. RGB value is (184,86,115). Sum of RGB (Red+Green+Blue) = 184+86+115=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85673 is #47A98C. Grayscale: #767676. Windows color (decimal): -4696461 or 7558840. OLE color: 7558840.
HSL color Cylindrical-coordinate representation of color #B85673: hue angle of 342.24º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85673 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 115 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.28 |
| HSL | 342.24º | 0.41% | 0.53% | - |
| HSV(B) | 342.24º | 0.53% | 0.72% | - |
| XYZ | 26.19 | 18.08 | 18.33 | - |
| YUV | 118.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 115 | 0 | 0.53 | 0.38 | 0.28 | 342.24 | 0.41 | 0.53 |
| Hex | B8 | 56 | 73 | 0 | 35 | 26 | 1C | 156 | 29 | 35 |
| Octal | 270 | 126 | 163 | 0 | 65 | 46 | 34 | 526 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1110011 | 0 | 110101 | 100110 | 11100 | 101010110 | 101001 | 110101 |
Color Harmonies of #B85673
Complementary color
Monochromatic Colors of #B85673
Black with #B85673
Text Example
Text Example
White with #B85673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85673; }
p { color: rgb(184,86,115); }
H1.HeaderClassName
{
color: #B85673;
}
.AnyTagClassName
{
color: #B85673;
}
</style>
background-color css
<style>
a { background-color: #B85673; }
a { background-color: rgb(184,86,115); }
div.DivClassName
{
background-color: #B85673;
}
.BgClassName
{
background-color: #B85673;
}
</style>
border-color css
<style>
span { border-color: #B85673; }
span { border-color: rgb(184,86,115); }
td.TdClassName
{
border-color: #B85673;
}
.TagClassName
{
border-color: #B85673;
}
</style>