Shades of Hopbush #B86E98
Tints of Hopbush #B86E98
RGB
CMYK
RGB Variations
Color information
#B86E98 (or 0xB86E98) is known color: Hopbush. HEX triplet: B8, 6E and 98. RGB value is (184,110,152). Sum of RGB (Red+Green+Blue) = 184+110+152=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 110 (43.36% from 255 or 24.66% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86E98 is #479167. Grayscale: #888888. Windows color (decimal): -4690280 or 9989816. OLE color: 9989816.
HSL color Cylindrical-coordinate representation of color #B86E98: hue angle of 325.95º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86E98 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 110 | 152 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.28 |
| HSL | 325.95º | 0.34% | 0.58% | - |
| HSV(B) | 325.95º | 0.4% | 0.72% | - |
| XYZ | 31.01 | 23.61 | 32.63 | - |
| YUV | 136.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 110 | 152 | 0 | 0.40 | 0.17 | 0.28 | 325.95 | 0.34 | 0.58 |
| Hex | B8 | 6E | 98 | 0 | 28 | 11 | 1C | 146 | 22 | 3A |
| Octal | 270 | 156 | 230 | 0 | 50 | 21 | 34 | 506 | 42 | 72 |
| Binary | 10111000 | 1101110 | 10011000 | 0 | 101000 | 10001 | 11100 | 101000110 | 100010 | 111010 |
Color Harmonies of #B86E98
Complementary color
Monochromatic Colors of #B86E98
Black with #B86E98
Text Example
Text Example
White with #B86E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86E98; }
p { color: rgb(184,110,152); }
H1.HeaderClassName
{
color: #B86E98;
}
.AnyTagClassName
{
color: #B86E98;
}
</style>
background-color css
<style>
a { background-color: #B86E98; }
a { background-color: rgb(184,110,152); }
div.DivClassName
{
background-color: #B86E98;
}
.BgClassName
{
background-color: #B86E98;
}
</style>
border-color css
<style>
span { border-color: #B86E98; }
span { border-color: rgb(184,110,152); }
td.TdClassName
{
border-color: #B86E98;
}
.TagClassName
{
border-color: #B86E98;
}
</style>