Shades of Hopbush #B86992
Tints of Hopbush #B86992
RGB
CMYK
RGB Variations
Color information
#B86992 (or 0xB86992) is known color: Hopbush. HEX triplet: B8, 69 and 92. RGB value is (184,105,146). Sum of RGB (Red+Green+Blue) = 184+105+146=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B86992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86992 is #47966D. Grayscale: #858585. Windows color (decimal): -4691566 or 9595320. OLE color: 9595320.
HSL color Cylindrical-coordinate representation of color #B86992: hue angle of 328.86º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86992 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 146 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.28 |
| HSL | 328.86º | 0.36% | 0.57% | - |
| HSV(B) | 328.86º | 0.43% | 0.72% | - |
| XYZ | 30.01 | 22.37 | 29.93 | - |
| YUV | 133.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 146 | 0 | 0.43 | 0.21 | 0.28 | 328.86 | 0.36 | 0.57 |
| Hex | B8 | 69 | 92 | 0 | 2B | 15 | 1C | 149 | 24 | 39 |
| Octal | 270 | 151 | 222 | 0 | 53 | 25 | 34 | 511 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10010010 | 0 | 101011 | 10101 | 11100 | 101001001 | 100100 | 111001 |
Color Harmonies of #B86992
Complementary color
Monochromatic Colors of #B86992
Black with #B86992
Text Example
Text Example
White with #B86992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86992; }
p { color: rgb(184,105,146); }
H1.HeaderClassName
{
color: #B86992;
}
.AnyTagClassName
{
color: #B86992;
}
</style>
background-color css
<style>
a { background-color: #B86992; }
a { background-color: rgb(184,105,146); }
div.DivClassName
{
background-color: #B86992;
}
.BgClassName
{
background-color: #B86992;
}
</style>
border-color css
<style>
span { border-color: #B86992; }
span { border-color: rgb(184,105,146); }
td.TdClassName
{
border-color: #B86992;
}
.TagClassName
{
border-color: #B86992;
}
</style>