Shades of Hopbush #B86B97
Tints of Hopbush #B86B97
RGB
CMYK
RGB Variations
Color information
#B86B97 (or 0xB86B97) is known color: Hopbush. HEX triplet: B8, 6B and 97. RGB value is (184,107,151). Sum of RGB (Red+Green+Blue) = 184+107+151=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B97 is #479468. Grayscale: #868686. Windows color (decimal): -4691049 or 9923512. OLE color: 9923512.
HSL color Cylindrical-coordinate representation of color #B86B97: hue angle of 325.71º 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 #B86B97 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 151 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.28 |
| HSL | 325.71º | 0.35% | 0.57% | - |
| HSV(B) | 325.71º | 0.42% | 0.72% | - |
| XYZ | 30.61 | 22.94 | 32.09 | - |
| YUV | 135.04 | 137.01 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 151 | 0 | 0.42 | 0.18 | 0.28 | 325.71 | 0.35 | 0.57 |
| Hex | B8 | 6B | 97 | 0 | 2A | 12 | 1C | 146 | 23 | 39 |
| Octal | 270 | 153 | 227 | 0 | 52 | 22 | 34 | 506 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10010111 | 0 | 101010 | 10010 | 11100 | 101000110 | 100011 | 111001 |
Color Harmonies of #B86B97
Complementary color
Monochromatic Colors of #B86B97
Black with #B86B97
Text Example
Text Example
White with #B86B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B97; }
p { color: rgb(184,107,151); }
H1.HeaderClassName
{
color: #B86B97;
}
.AnyTagClassName
{
color: #B86B97;
}
</style>
background-color css
<style>
a { background-color: #B86B97; }
a { background-color: rgb(184,107,151); }
div.DivClassName
{
background-color: #B86B97;
}
.BgClassName
{
background-color: #B86B97;
}
</style>
border-color css
<style>
span { border-color: #B86B97; }
span { border-color: rgb(184,107,151); }
td.TdClassName
{
border-color: #B86B97;
}
.TagClassName
{
border-color: #B86B97;
}
</style>