Shades of Hopbush #B86B99
Tints of Hopbush #B86B99
RGB
CMYK
RGB Variations
Color information
#B86B99 (or 0xB86B99) is known color: Hopbush. HEX triplet: B8, 6B and 99. RGB value is (184,107,153). Sum of RGB (Red+Green+Blue) = 184+107+153=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 107 (42.19% from 255 or 24.10% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B99 is #479466. Grayscale: #878787. Windows color (decimal): -4691047 or 10054584. OLE color: 10054584.
HSL color Cylindrical-coordinate representation of color #B86B99: hue angle of 324.16º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B99 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 153 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.28 |
| HSL | 324.16º | 0.35% | 0.57% | - |
| HSV(B) | 324.16º | 0.42% | 0.72% | - |
| XYZ | 30.77 | 23.01 | 32.96 | - |
| YUV | 135.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 153 | 0 | 0.42 | 0.17 | 0.28 | 324.16 | 0.35 | 0.57 |
| Hex | B8 | 6B | 99 | 0 | 2A | 11 | 1C | 144 | 23 | 39 |
| Octal | 270 | 153 | 231 | 0 | 52 | 21 | 34 | 504 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10011001 | 0 | 101010 | 10001 | 11100 | 101000100 | 100011 | 111001 |
Color Harmonies of #B86B99
Complementary color
Monochromatic Colors of #B86B99
Black with #B86B99
Text Example
Text Example
White with #B86B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B99; }
p { color: rgb(184,107,153); }
H1.HeaderClassName
{
color: #B86B99;
}
.AnyTagClassName
{
color: #B86B99;
}
</style>
background-color css
<style>
a { background-color: #B86B99; }
a { background-color: rgb(184,107,153); }
div.DivClassName
{
background-color: #B86B99;
}
.BgClassName
{
background-color: #B86B99;
}
</style>
border-color css
<style>
span { border-color: #B86B99; }
span { border-color: rgb(184,107,153); }
td.TdClassName
{
border-color: #B86B99;
}
.TagClassName
{
border-color: #B86B99;
}
</style>