Shades of Hopbush #B96B9A
Tints of Hopbush #B96B9A
RGB
CMYK
RGB Variations
Color information
#B96B9A (or 0xB96B9A) is known color: Hopbush. HEX triplet: B9, 6B and 9A. RGB value is (185,107,154). Sum of RGB (Red+Green+Blue) = 185+107+154=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B9A is #469465. Grayscale: #878787. Windows color (decimal): -4625510 or 10120121. OLE color: 10120121.
HSL color Cylindrical-coordinate representation of color #B96B9A: hue angle of 323.85º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B9A is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 107 | 154 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.27 |
| HSL | 323.85º | 0.36% | 0.57% | - |
| HSV(B) | 323.85º | 0.42% | 0.73% | - |
| XYZ | 31.1 | 23.16 | 33.4 | - |
| YUV | 135.68 | 138.34 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 107 | 154 | 0 | 0.42 | 0.17 | 0.27 | 323.85 | 0.36 | 0.57 |
| Hex | B9 | 6B | 9A | 0 | 2A | 11 | 1B | 144 | 24 | 39 |
| Octal | 271 | 153 | 232 | 0 | 52 | 21 | 33 | 504 | 44 | 71 |
| Binary | 10111001 | 1101011 | 10011010 | 0 | 101010 | 10001 | 11011 | 101000100 | 100100 | 111001 |
Color Harmonies of #B96B9A
Complementary color
Monochromatic Colors of #B96B9A
Black with #B96B9A
Text Example
Text Example
White with #B96B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96B9A; }
p { color: rgb(185,107,154); }
H1.HeaderClassName
{
color: #B96B9A;
}
.AnyTagClassName
{
color: #B96B9A;
}
</style>
background-color css
<style>
a { background-color: #B96B9A; }
a { background-color: rgb(185,107,154); }
div.DivClassName
{
background-color: #B96B9A;
}
.BgClassName
{
background-color: #B96B9A;
}
</style>
border-color css
<style>
span { border-color: #B96B9A; }
span { border-color: rgb(185,107,154); }
td.TdClassName
{
border-color: #B96B9A;
}
.TagClassName
{
border-color: #B96B9A;
}
</style>