Shades of Hopbush #B96F99
Tints of Hopbush #B96F99
RGB
CMYK
RGB Variations
Color information
#B96F99 (or 0xB96F99) is known color: Hopbush. HEX triplet: B9, 6F and 99. RGB value is (185,111,153). Sum of RGB (Red+Green+Blue) = 185+111+153=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F99 is #469066. Grayscale: #898989. Windows color (decimal): -4624487 or 10055609. OLE color: 10055609.
HSL color Cylindrical-coordinate representation of color #B96F99: hue angle of 325.95º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F99 is Cyan = 0, Magento = 0.4, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 111 | 153 | - |
| CMYK | 0 | 0.4 | 0.17 | 0.27 |
| HSL | 325.95º | 0.35% | 0.58% | - |
| HSV(B) | 325.95º | 0.4% | 0.73% | - |
| XYZ | 31.44 | 23.98 | 33.11 | - |
| YUV | 137.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 153 | 0 | 0.4 | 0.17 | 0.27 | 325.95 | 0.35 | 0.58 |
| Hex | B9 | 6F | 99 | 0 | 28 | 11 | 1B | 146 | 23 | 3A |
| Octal | 271 | 157 | 231 | 0 | 50 | 21 | 33 | 506 | 43 | 72 |
| Binary | 10111001 | 1101111 | 10011001 | 0 | 101000 | 10001 | 11011 | 101000110 | 100011 | 111010 |
Color Harmonies of #B96F99
Complementary color
Monochromatic Colors of #B96F99
Black with #B96F99
Text Example
Text Example
White with #B96F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96F99; }
p { color: rgb(185,111,153); }
H1.HeaderClassName
{
color: #B96F99;
}
.AnyTagClassName
{
color: #B96F99;
}
</style>
background-color css
<style>
a { background-color: #B96F99; }
a { background-color: rgb(185,111,153); }
div.DivClassName
{
background-color: #B96F99;
}
.BgClassName
{
background-color: #B96F99;
}
</style>
border-color css
<style>
span { border-color: #B96F99; }
span { border-color: rgb(185,111,153); }
td.TdClassName
{
border-color: #B96F99;
}
.TagClassName
{
border-color: #B96F99;
}
</style>