Shades of Royal Heath #B85674
Tints of Royal Heath #B85674
RGB
CMYK
RGB Variations
Color information
#B85674 (or 0xB85674) is known color: Royal Heath. HEX triplet: B8, 56 and 74. RGB value is (184,86,116). Sum of RGB (Red+Green+Blue) = 184+86+116=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B85674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85674 is #47A98B. Grayscale: #767676. Windows color (decimal): -4696460 or 7624376. OLE color: 7624376.
HSL color Cylindrical-coordinate representation of color #B85674: hue angle of 341.63º 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 #B85674 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 116 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.28 |
| HSL | 341.63º | 0.41% | 0.53% | - |
| HSV(B) | 341.63º | 0.53% | 0.72% | - |
| XYZ | 26.25 | 18.11 | 18.63 | - |
| YUV | 118.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 116 | 0 | 0.53 | 0.37 | 0.28 | 341.63 | 0.41 | 0.53 |
| Hex | B8 | 56 | 74 | 0 | 35 | 25 | 1C | 156 | 29 | 35 |
| Octal | 270 | 126 | 164 | 0 | 65 | 45 | 34 | 526 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1110100 | 0 | 110101 | 100101 | 11100 | 101010110 | 101001 | 110101 |
Color Harmonies of #B85674
Complementary color
Monochromatic Colors of #B85674
Black with #B85674
Text Example
Text Example
White with #B85674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85674; }
p { color: rgb(184,86,116); }
H1.HeaderClassName
{
color: #B85674;
}
.AnyTagClassName
{
color: #B85674;
}
</style>
background-color css
<style>
a { background-color: #B85674; }
a { background-color: rgb(184,86,116); }
div.DivClassName
{
background-color: #B85674;
}
.BgClassName
{
background-color: #B85674;
}
</style>
border-color css
<style>
span { border-color: #B85674; }
span { border-color: rgb(184,86,116); }
td.TdClassName
{
border-color: #B85674;
}
.TagClassName
{
border-color: #B85674;
}
</style>