Shades of Hopbush #B86492
Tints of Hopbush #B86492
RGB
CMYK
RGB Variations
Color information
#B86492 (or 0xB86492) is known color: Hopbush. HEX triplet: B8, 64 and 92. RGB value is (184,100,146). Sum of RGB (Red+Green+Blue) = 184+100+146=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B86492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86492 is #479B6D. Grayscale: #828282. Windows color (decimal): -4692846 or 9594040. OLE color: 9594040.
HSL color Cylindrical-coordinate representation of color #B86492: hue angle of 327.14º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86492 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 100 | 146 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.28 |
| HSL | 327.14º | 0.37% | 0.56% | - |
| HSV(B) | 327.14º | 0.46% | 0.72% | - |
| XYZ | 29.51 | 21.38 | 29.77 | - |
| YUV | 130.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 100 | 146 | 0 | 0.46 | 0.21 | 0.28 | 327.14 | 0.37 | 0.56 |
| Hex | B8 | 64 | 92 | 0 | 2E | 15 | 1C | 147 | 25 | 38 |
| Octal | 270 | 144 | 222 | 0 | 56 | 25 | 34 | 507 | 45 | 70 |
| Binary | 10111000 | 1100100 | 10010010 | 0 | 101110 | 10101 | 11100 | 101000111 | 100101 | 111000 |
Color Harmonies of #B86492
Complementary color
Monochromatic Colors of #B86492
Black with #B86492
Text Example
Text Example
White with #B86492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86492; }
p { color: rgb(184,100,146); }
H1.HeaderClassName
{
color: #B86492;
}
.AnyTagClassName
{
color: #B86492;
}
</style>
background-color css
<style>
a { background-color: #B86492; }
a { background-color: rgb(184,100,146); }
div.DivClassName
{
background-color: #B86492;
}
.BgClassName
{
background-color: #B86492;
}
</style>
border-color css
<style>
span { border-color: #B86492; }
span { border-color: rgb(184,100,146); }
td.TdClassName
{
border-color: #B86492;
}
.TagClassName
{
border-color: #B86492;
}
</style>