Shades of Royal Heath #B85773
Tints of Royal Heath #B85773
RGB
CMYK
RGB Variations
Color information
#B85773 (or 0xB85773) is known color: Royal Heath. HEX triplet: B8, 57 and 73. RGB value is (184,87,115). Sum of RGB (Red+Green+Blue) = 184+87+115=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85773 is #47A88C. Grayscale: #777777. Windows color (decimal): -4696205 or 7559096. OLE color: 7559096.
HSL color Cylindrical-coordinate representation of color #B85773: hue angle of 342.68º 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 #B85773 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 115 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.28 |
| HSL | 342.68º | 0.41% | 0.53% | - |
| HSV(B) | 342.68º | 0.53% | 0.72% | - |
| XYZ | 26.27 | 18.24 | 18.36 | - |
| YUV | 119.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 115 | 0 | 0.53 | 0.38 | 0.28 | 342.68 | 0.41 | 0.53 |
| Hex | B8 | 57 | 73 | 0 | 35 | 26 | 1C | 157 | 29 | 35 |
| Octal | 270 | 127 | 163 | 0 | 65 | 46 | 34 | 527 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1110011 | 0 | 110101 | 100110 | 11100 | 101010111 | 101001 | 110101 |
Color Harmonies of #B85773
Complementary color
Monochromatic Colors of #B85773
Black with #B85773
Text Example
Text Example
White with #B85773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85773; }
p { color: rgb(184,87,115); }
H1.HeaderClassName
{
color: #B85773;
}
.AnyTagClassName
{
color: #B85773;
}
</style>
background-color css
<style>
a { background-color: #B85773; }
a { background-color: rgb(184,87,115); }
div.DivClassName
{
background-color: #B85773;
}
.BgClassName
{
background-color: #B85773;
}
</style>
border-color css
<style>
span { border-color: #B85773; }
span { border-color: rgb(184,87,115); }
td.TdClassName
{
border-color: #B85773;
}
.TagClassName
{
border-color: #B85773;
}
</style>