Shades of Hopbush #B96892
Tints of Hopbush #B96892
RGB
CMYK
RGB Variations
Color information
#B96892 (or 0xB96892) is known color: Hopbush. HEX triplet: B9, 68 and 92. RGB value is (185,104,146). Sum of RGB (Red+Green+Blue) = 185+104+146=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B96892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96892 is #46976D. Grayscale: #848484. Windows color (decimal): -4626286 or 9595065. OLE color: 9595065.
HSL color Cylindrical-coordinate representation of color #B96892: hue angle of 328.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96892 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 146 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.27 |
| HSL | 328.89º | 0.37% | 0.57% | - |
| HSV(B) | 328.89º | 0.44% | 0.73% | - |
| XYZ | 30.15 | 22.29 | 29.91 | - |
| YUV | 133.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 146 | 0 | 0.44 | 0.21 | 0.27 | 328.89 | 0.37 | 0.57 |
| Hex | B9 | 68 | 92 | 0 | 2C | 15 | 1B | 149 | 25 | 39 |
| Octal | 271 | 150 | 222 | 0 | 54 | 25 | 33 | 511 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10010010 | 0 | 101100 | 10101 | 11011 | 101001001 | 100101 | 111001 |
Color Harmonies of #B96892
Complementary color
Monochromatic Colors of #B96892
Black with #B96892
Text Example
Text Example
White with #B96892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96892; }
p { color: rgb(185,104,146); }
H1.HeaderClassName
{
color: #B96892;
}
.AnyTagClassName
{
color: #B96892;
}
</style>
background-color css
<style>
a { background-color: #B96892; }
a { background-color: rgb(185,104,146); }
div.DivClassName
{
background-color: #B96892;
}
.BgClassName
{
background-color: #B96892;
}
</style>
border-color css
<style>
span { border-color: #B96892; }
span { border-color: rgb(185,104,146); }
td.TdClassName
{
border-color: #B96892;
}
.TagClassName
{
border-color: #B96892;
}
</style>