Shades of Hopbush #B96999
Tints of Hopbush #B96999
RGB
CMYK
RGB Variations
Color information
#B96999 (or 0xB96999) is known color: Hopbush. HEX triplet: B9, 69 and 99. RGB value is (185,105,153). Sum of RGB (Red+Green+Blue) = 185+105+153=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B96999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96999 is #469666. Grayscale: #868686. Windows color (decimal): -4626023 or 10054073. OLE color: 10054073.
HSL color Cylindrical-coordinate representation of color #B96999: hue angle of 324º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96999 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 153 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.27 |
| HSL | 324º | 0.36% | 0.57% | - |
| HSV(B) | 324º | 0.43% | 0.73% | - |
| XYZ | 30.81 | 22.72 | 32.9 | - |
| YUV | 134.39 | 138.5 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 153 | 0 | 0.43 | 0.17 | 0.27 | 324 | 0.36 | 0.57 |
| Hex | B9 | 69 | 99 | 0 | 2B | 11 | 1B | 144 | 24 | 39 |
| Octal | 271 | 151 | 231 | 0 | 53 | 21 | 33 | 504 | 44 | 71 |
| Binary | 10111001 | 1101001 | 10011001 | 0 | 101011 | 10001 | 11011 | 101000100 | 100100 | 111001 |
Color Harmonies of #B96999
Complementary color
Monochromatic Colors of #B96999
Black with #B96999
Text Example
Text Example
White with #B96999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96999; }
p { color: rgb(185,105,153); }
H1.HeaderClassName
{
color: #B96999;
}
.AnyTagClassName
{
color: #B96999;
}
</style>
background-color css
<style>
a { background-color: #B96999; }
a { background-color: rgb(185,105,153); }
div.DivClassName
{
background-color: #B96999;
}
.BgClassName
{
background-color: #B96999;
}
</style>
border-color css
<style>
span { border-color: #B96999; }
span { border-color: rgb(185,105,153); }
td.TdClassName
{
border-color: #B96999;
}
.TagClassName
{
border-color: #B96999;
}
</style>