Shades of Royal Heath #B85676
Tints of Royal Heath #B85676
RGB
CMYK
RGB Variations
Color information
#B85676 (or 0xB85676) is known color: Royal Heath. HEX triplet: B8, 56 and 76. RGB value is (184,86,118). Sum of RGB (Red+Green+Blue) = 184+86+118=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B85676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85676 is #47A989. Grayscale: #767676. Windows color (decimal): -4696458 or 7755448. OLE color: 7755448.
HSL color Cylindrical-coordinate representation of color #B85676: hue angle of 340.41º 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 #B85676 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 118 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.28 |
| HSL | 340.41º | 0.41% | 0.53% | - |
| HSV(B) | 340.41º | 0.53% | 0.72% | - |
| XYZ | 26.36 | 18.15 | 19.25 | - |
| YUV | 118.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 118 | 0 | 0.53 | 0.36 | 0.28 | 340.41 | 0.41 | 0.53 |
| Hex | B8 | 56 | 76 | 0 | 35 | 24 | 1C | 154 | 29 | 35 |
| Octal | 270 | 126 | 166 | 0 | 65 | 44 | 34 | 524 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1110110 | 0 | 110101 | 100100 | 11100 | 101010100 | 101001 | 110101 |
Color Harmonies of #B85676
Complementary color
Monochromatic Colors of #B85676
Black with #B85676
Text Example
Text Example
White with #B85676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85676; }
p { color: rgb(184,86,118); }
H1.HeaderClassName
{
color: #B85676;
}
.AnyTagClassName
{
color: #B85676;
}
</style>
background-color css
<style>
a { background-color: #B85676; }
a { background-color: rgb(184,86,118); }
div.DivClassName
{
background-color: #B85676;
}
.BgClassName
{
background-color: #B85676;
}
</style>
border-color css
<style>
span { border-color: #B85676; }
span { border-color: rgb(184,86,118); }
td.TdClassName
{
border-color: #B85676;
}
.TagClassName
{
border-color: #B85676;
}
</style>