Shades of Hopbush #B86997
Tints of Hopbush #B86997
RGB
CMYK
RGB Variations
Color information
#B86997 (or 0xB86997) is known color: Hopbush. HEX triplet: B8, 69 and 97. RGB value is (184,105,151). Sum of RGB (Red+Green+Blue) = 184+105+151=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B86997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86997 is #479668. Grayscale: #858585. Windows color (decimal): -4691561 or 9923000. OLE color: 9923000.
HSL color Cylindrical-coordinate representation of color #B86997: hue angle of 325.06º 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 #B86997 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 105 | 151 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.28 |
| HSL | 325.06º | 0.36% | 0.57% | - |
| HSV(B) | 325.06º | 0.43% | 0.72% | - |
| XYZ | 30.4 | 22.53 | 32.02 | - |
| YUV | 133.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 151 | 0 | 0.43 | 0.18 | 0.28 | 325.06 | 0.36 | 0.57 |
| Hex | B8 | 69 | 97 | 0 | 2B | 12 | 1C | 145 | 24 | 39 |
| Octal | 270 | 151 | 227 | 0 | 53 | 22 | 34 | 505 | 44 | 71 |
| Binary | 10111000 | 1101001 | 10010111 | 0 | 101011 | 10010 | 11100 | 101000101 | 100100 | 111001 |
Color Harmonies of #B86997
Complementary color
Monochromatic Colors of #B86997
Black with #B86997
Text Example
Text Example
White with #B86997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86997; }
p { color: rgb(184,105,151); }
H1.HeaderClassName
{
color: #B86997;
}
.AnyTagClassName
{
color: #B86997;
}
</style>
background-color css
<style>
a { background-color: #B86997; }
a { background-color: rgb(184,105,151); }
div.DivClassName
{
background-color: #B86997;
}
.BgClassName
{
background-color: #B86997;
}
</style>
border-color css
<style>
span { border-color: #B86997; }
span { border-color: rgb(184,105,151); }
td.TdClassName
{
border-color: #B86997;
}
.TagClassName
{
border-color: #B86997;
}
</style>