Shades of Hopbush #B96399
Tints of Hopbush #B96399
RGB
CMYK
RGB Variations
Color information
#B96399 (or 0xB96399) is known color: Hopbush. HEX triplet: B9, 63 and 99. RGB value is (185,99,153). Sum of RGB (Red+Green+Blue) = 185+99+153=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B96399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96399 is #469C66. Grayscale: #828282. Windows color (decimal): -4627559 or 10052537. OLE color: 10052537.
HSL color Cylindrical-coordinate representation of color #B96399: hue angle of 322.33º 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 #B96399 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 99 | 153 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.27 |
| HSL | 322.33º | 0.38% | 0.56% | - |
| HSV(B) | 322.33º | 0.46% | 0.73% | - |
| XYZ | 30.22 | 21.54 | 32.7 | - |
| YUV | 130.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 99 | 153 | 0 | 0.46 | 0.17 | 0.27 | 322.33 | 0.38 | 0.56 |
| Hex | B9 | 63 | 99 | 0 | 2E | 11 | 1B | 142 | 26 | 38 |
| Octal | 271 | 143 | 231 | 0 | 56 | 21 | 33 | 502 | 46 | 70 |
| Binary | 10111001 | 1100011 | 10011001 | 0 | 101110 | 10001 | 11011 | 101000010 | 100110 | 111000 |
Color Harmonies of #B96399
Complementary color
Monochromatic Colors of #B96399
Black with #B96399
Text Example
Text Example
White with #B96399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96399; }
p { color: rgb(185,99,153); }
H1.HeaderClassName
{
color: #B96399;
}
.AnyTagClassName
{
color: #B96399;
}
</style>
background-color css
<style>
a { background-color: #B96399; }
a { background-color: rgb(185,99,153); }
div.DivClassName
{
background-color: #B96399;
}
.BgClassName
{
background-color: #B96399;
}
</style>
border-color css
<style>
span { border-color: #B96399; }
span { border-color: rgb(185,99,153); }
td.TdClassName
{
border-color: #B96399;
}
.TagClassName
{
border-color: #B96399;
}
</style>