Shades of Hopbush #B86593
Tints of Hopbush #B86593
RGB
CMYK
RGB Variations
Color information
#B86593 (or 0xB86593) is known color: Hopbush. HEX triplet: B8, 65 and 93. RGB value is (184,101,147). Sum of RGB (Red+Green+Blue) = 184+101+147=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B86593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86593 is #479A6C. Grayscale: #828282. Windows color (decimal): -4692589 or 9659832. OLE color: 9659832.
HSL color Cylindrical-coordinate representation of color #B86593: hue angle of 326.75º 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 #B86593 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 101 | 147 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.28 |
| HSL | 326.75º | 0.37% | 0.56% | - |
| HSV(B) | 326.75º | 0.45% | 0.72% | - |
| XYZ | 29.69 | 21.6 | 30.21 | - |
| YUV | 131.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 147 | 0 | 0.45 | 0.20 | 0.28 | 326.75 | 0.37 | 0.56 |
| Hex | B8 | 65 | 93 | 0 | 2D | 14 | 1C | 147 | 25 | 38 |
| Octal | 270 | 145 | 223 | 0 | 55 | 24 | 34 | 507 | 45 | 70 |
| Binary | 10111000 | 1100101 | 10010011 | 0 | 101101 | 10100 | 11100 | 101000111 | 100101 | 111000 |
Color Harmonies of #B86593
Complementary color
Monochromatic Colors of #B86593
Black with #B86593
Text Example
Text Example
White with #B86593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86593; }
p { color: rgb(184,101,147); }
H1.HeaderClassName
{
color: #B86593;
}
.AnyTagClassName
{
color: #B86593;
}
</style>
background-color css
<style>
a { background-color: #B86593; }
a { background-color: rgb(184,101,147); }
div.DivClassName
{
background-color: #B86593;
}
.BgClassName
{
background-color: #B86593;
}
</style>
border-color css
<style>
span { border-color: #B86593; }
span { border-color: rgb(184,101,147); }
td.TdClassName
{
border-color: #B86593;
}
.TagClassName
{
border-color: #B86593;
}
</style>