Shades of Royal Heath #B85174
Tints of Royal Heath #B85174
RGB
CMYK
RGB Variations
Color information
#B85174 (or 0xB85174) is known color: Royal Heath. HEX triplet: B8, 51 and 74. RGB value is (184,81,116). Sum of RGB (Red+Green+Blue) = 184+81+116=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B85174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85174 is #47AE8B. Grayscale: #737373. Windows color (decimal): -4697740 or 7623096. OLE color: 7623096.
HSL color Cylindrical-coordinate representation of color #B85174: hue angle of 339.61º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85174 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 116 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.28 |
| HSL | 339.61º | 0.42% | 0.52% | - |
| HSV(B) | 339.61º | 0.56% | 0.72% | - |
| XYZ | 25.86 | 17.34 | 18.51 | - |
| YUV | 115.79 | 128.12 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 116 | 0 | 0.56 | 0.37 | 0.28 | 339.61 | 0.42 | 0.52 |
| Hex | B8 | 51 | 74 | 0 | 38 | 25 | 1C | 154 | 2A | 34 |
| Octal | 270 | 121 | 164 | 0 | 70 | 45 | 34 | 524 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1110100 | 0 | 111000 | 100101 | 11100 | 101010100 | 101010 | 110100 |
Color Harmonies of #B85174
Complementary color
Monochromatic Colors of #B85174
Black with #B85174
Text Example
Text Example
White with #B85174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85174; }
p { color: rgb(184,81,116); }
H1.HeaderClassName
{
color: #B85174;
}
.AnyTagClassName
{
color: #B85174;
}
</style>
background-color css
<style>
a { background-color: #B85174; }
a { background-color: rgb(184,81,116); }
div.DivClassName
{
background-color: #B85174;
}
.BgClassName
{
background-color: #B85174;
}
</style>
border-color css
<style>
span { border-color: #B85174; }
span { border-color: rgb(184,81,116); }
td.TdClassName
{
border-color: #B85174;
}
.TagClassName
{
border-color: #B85174;
}
</style>