Shades of Hopbush #B86599
Tints of Hopbush #B86599
RGB
CMYK
RGB Variations
Color information
#B86599 (or 0xB86599) is known color: Hopbush. HEX triplet: B8, 65 and 99. RGB value is (184,101,153). Sum of RGB (Red+Green+Blue) = 184+101+153=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B86599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86599 is #479A66. Grayscale: #838383. Windows color (decimal): -4692583 or 10053048. OLE color: 10053048.
HSL color Cylindrical-coordinate representation of color #B86599: hue angle of 322.41º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B86599 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 153 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.28 |
| HSL | 322.41º | 0.37% | 0.56% | - |
| HSV(B) | 322.41º | 0.45% | 0.72% | - |
| XYZ | 30.17 | 21.8 | 32.75 | - |
| YUV | 131.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 153 | 0 | 0.45 | 0.17 | 0.28 | 322.41 | 0.37 | 0.56 |
| Hex | B8 | 65 | 99 | 0 | 2D | 11 | 1C | 142 | 25 | 38 |
| Octal | 270 | 145 | 231 | 0 | 55 | 21 | 34 | 502 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10011001 | 0 | 101101 | 10001 | 11100 | 101000010 | 100101 | 111000 |
Color Harmonies of #B86599
Complementary color
Monochromatic Colors of #B86599
Black with #B86599
Text Example
Text Example
White with #B86599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86599; }
p { color: rgb(184,101,153); }
H1.HeaderClassName
{
color: #B86599;
}
.AnyTagClassName
{
color: #B86599;
}
</style>
background-color css
<style>
a { background-color: #B86599; }
a { background-color: rgb(184,101,153); }
div.DivClassName
{
background-color: #B86599;
}
.BgClassName
{
background-color: #B86599;
}
</style>
border-color css
<style>
span { border-color: #B86599; }
span { border-color: rgb(184,101,153); }
td.TdClassName
{
border-color: #B86599;
}
.TagClassName
{
border-color: #B86599;
}
</style>