Shades of Royal Heath #B85983
Tints of Royal Heath #B85983
RGB
CMYK
RGB Variations
Color information
#B85983 (or 0xB85983) is known color: Royal Heath. HEX triplet: B8, 59 and 83. RGB value is (184,89,131). Sum of RGB (Red+Green+Blue) = 184+89+131=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B85983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85983 is #47A67C. Grayscale: #7A7A7A. Windows color (decimal): -4695677 or 8608184. OLE color: 8608184.
HSL color Cylindrical-coordinate representation of color #B85983: hue angle of 333.47º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85983 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 131 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.28 |
| HSL | 333.47º | 0.4% | 0.54% | - |
| HSV(B) | 333.47º | 0.52% | 0.72% | - |
| XYZ | 27.44 | 18.97 | 23.69 | - |
| YUV | 122.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 131 | 0 | 0.52 | 0.29 | 0.28 | 333.47 | 0.4 | 0.54 |
| Hex | B8 | 59 | 83 | 0 | 34 | 1D | 1C | 14D | 28 | 36 |
| Octal | 270 | 131 | 203 | 0 | 64 | 35 | 34 | 515 | 50 | 66 |
| Binary | 10111000 | 1011001 | 10000011 | 0 | 110100 | 11101 | 11100 | 101001101 | 101000 | 110110 |
Color Harmonies of #B85983
Complementary color
Monochromatic Colors of #B85983
Black with #B85983
Text Example
Text Example
White with #B85983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85983; }
p { color: rgb(184,89,131); }
H1.HeaderClassName
{
color: #B85983;
}
.AnyTagClassName
{
color: #B85983;
}
</style>
background-color css
<style>
a { background-color: #B85983; }
a { background-color: rgb(184,89,131); }
div.DivClassName
{
background-color: #B85983;
}
.BgClassName
{
background-color: #B85983;
}
</style>
border-color css
<style>
span { border-color: #B85983; }
span { border-color: rgb(184,89,131); }
td.TdClassName
{
border-color: #B85983;
}
.TagClassName
{
border-color: #B85983;
}
</style>