Shades of Royal Heath #B85576
Tints of Royal Heath #B85576
RGB
CMYK
RGB Variations
Color information
#B85576 (or 0xB85576) is known color: Royal Heath. HEX triplet: B8, 55 and 76. RGB value is (184,85,118). Sum of RGB (Red+Green+Blue) = 184+85+118=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B85576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85576 is #47AA89. Grayscale: #767676. Windows color (decimal): -4696714 or 7755192. OLE color: 7755192.
HSL color Cylindrical-coordinate representation of color #B85576: hue angle of 340º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85576 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 118 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.28 |
| HSL | 340º | 0.41% | 0.53% | - |
| HSV(B) | 340º | 0.54% | 0.72% | - |
| XYZ | 26.29 | 18 | 19.23 | - |
| YUV | 118.36 | 127.8 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 118 | 0 | 0.54 | 0.36 | 0.28 | 340 | 0.41 | 0.53 |
| Hex | B8 | 55 | 76 | 0 | 36 | 24 | 1C | 154 | 29 | 35 |
| Octal | 270 | 125 | 166 | 0 | 66 | 44 | 34 | 524 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1110110 | 0 | 110110 | 100100 | 11100 | 101010100 | 101001 | 110101 |
Color Harmonies of #B85576
Complementary color
Monochromatic Colors of #B85576
Black with #B85576
Text Example
Text Example
White with #B85576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85576; }
p { color: rgb(184,85,118); }
H1.HeaderClassName
{
color: #B85576;
}
.AnyTagClassName
{
color: #B85576;
}
</style>
background-color css
<style>
a { background-color: #B85576; }
a { background-color: rgb(184,85,118); }
div.DivClassName
{
background-color: #B85576;
}
.BgClassName
{
background-color: #B85576;
}
</style>
border-color css
<style>
span { border-color: #B85576; }
span { border-color: rgb(184,85,118); }
td.TdClassName
{
border-color: #B85576;
}
.TagClassName
{
border-color: #B85576;
}
</style>