Shades of Hopbush #B96499
Tints of Hopbush #B96499
RGB
CMYK
RGB Variations
Color information
#B96499 (or 0xB96499) is known color: Hopbush. HEX triplet: B9, 64 and 99. RGB value is (185,100,153). Sum of RGB (Red+Green+Blue) = 185+100+153=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B96499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96499 is #469B66. Grayscale: #838383. Windows color (decimal): -4627303 or 10052793. OLE color: 10052793.
HSL color Cylindrical-coordinate representation of color #B96499: hue angle of 322.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96499 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 153 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.27 |
| HSL | 322.59º | 0.38% | 0.56% | - |
| HSV(B) | 322.59º | 0.46% | 0.73% | - |
| XYZ | 30.31 | 21.73 | 32.73 | - |
| YUV | 131.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 153 | 0 | 0.46 | 0.17 | 0.27 | 322.59 | 0.38 | 0.56 |
| Hex | B9 | 64 | 99 | 0 | 2E | 11 | 1B | 143 | 26 | 38 |
| Octal | 271 | 144 | 231 | 0 | 56 | 21 | 33 | 503 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10011001 | 0 | 101110 | 10001 | 11011 | 101000011 | 100110 | 111000 |
Color Harmonies of #B96499
Complementary color
Monochromatic Colors of #B96499
Black with #B96499
Text Example
Text Example
White with #B96499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96499; }
p { color: rgb(185,100,153); }
H1.HeaderClassName
{
color: #B96499;
}
.AnyTagClassName
{
color: #B96499;
}
</style>
background-color css
<style>
a { background-color: #B96499; }
a { background-color: rgb(185,100,153); }
div.DivClassName
{
background-color: #B96499;
}
.BgClassName
{
background-color: #B96499;
}
</style>
border-color css
<style>
span { border-color: #B96499; }
span { border-color: rgb(185,100,153); }
td.TdClassName
{
border-color: #B96499;
}
.TagClassName
{
border-color: #B96499;
}
</style>