Shades of Hopbush #B96590
Tints of Hopbush #B96590
RGB
CMYK
RGB Variations
Color information
#B96590 (or 0xB96590) is known color: Hopbush. HEX triplet: B9, 65 and 90. RGB value is (185,101,144). Sum of RGB (Red+Green+Blue) = 185+101+144=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B96590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96590 is #469A6F. Grayscale: #828282. Windows color (decimal): -4627056 or 9463225. OLE color: 9463225.
HSL color Cylindrical-coordinate representation of color #B96590: hue angle of 329.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96590 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 144 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.27 |
| HSL | 329.29º | 0.38% | 0.56% | - |
| HSV(B) | 329.29º | 0.45% | 0.73% | - |
| XYZ | 29.7 | 21.64 | 29 | - |
| YUV | 131.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 144 | 0 | 0.45 | 0.22 | 0.27 | 329.29 | 0.38 | 0.56 |
| Hex | B9 | 65 | 90 | 0 | 2D | 16 | 1B | 149 | 26 | 38 |
| Octal | 271 | 145 | 220 | 0 | 55 | 26 | 33 | 511 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10010000 | 0 | 101101 | 10110 | 11011 | 101001001 | 100110 | 111000 |
Color Harmonies of #B96590
Complementary color
Monochromatic Colors of #B96590
Black with #B96590
Text Example
Text Example
White with #B96590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96590; }
p { color: rgb(185,101,144); }
H1.HeaderClassName
{
color: #B96590;
}
.AnyTagClassName
{
color: #B96590;
}
</style>
background-color css
<style>
a { background-color: #B96590; }
a { background-color: rgb(185,101,144); }
div.DivClassName
{
background-color: #B96590;
}
.BgClassName
{
background-color: #B96590;
}
</style>
border-color css
<style>
span { border-color: #B96590; }
span { border-color: rgb(185,101,144); }
td.TdClassName
{
border-color: #B96590;
}
.TagClassName
{
border-color: #B96590;
}
</style>