Shades of Hopbush #B96497
Tints of Hopbush #B96497
RGB
CMYK
RGB Variations
Color information
#B96497 (or 0xB96497) is known color: Hopbush. HEX triplet: B9, 64 and 97. RGB value is (185,100,151). Sum of RGB (Red+Green+Blue) = 185+100+151=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96497 is #469B68. Grayscale: #838383. Windows color (decimal): -4627305 or 9921721. OLE color: 9921721.
HSL color Cylindrical-coordinate representation of color #B96497: hue angle of 324º 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 #B96497 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 100 | 151 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.27 |
| HSL | 324º | 0.38% | 0.56% | - |
| HSV(B) | 324º | 0.46% | 0.73% | - |
| XYZ | 30.15 | 21.66 | 31.87 | - |
| YUV | 131.23 | 139.16 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 100 | 151 | 0 | 0.46 | 0.18 | 0.27 | 324 | 0.38 | 0.56 |
| Hex | B9 | 64 | 97 | 0 | 2E | 12 | 1B | 144 | 26 | 38 |
| Octal | 271 | 144 | 227 | 0 | 56 | 22 | 33 | 504 | 46 | 70 |
| Binary | 10111001 | 1100100 | 10010111 | 0 | 101110 | 10010 | 11011 | 101000100 | 100110 | 111000 |
Color Harmonies of #B96497
Complementary color
Monochromatic Colors of #B96497
Black with #B96497
Text Example
Text Example
White with #B96497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96497; }
p { color: rgb(185,100,151); }
H1.HeaderClassName
{
color: #B96497;
}
.AnyTagClassName
{
color: #B96497;
}
</style>
background-color css
<style>
a { background-color: #B96497; }
a { background-color: rgb(185,100,151); }
div.DivClassName
{
background-color: #B96497;
}
.BgClassName
{
background-color: #B96497;
}
</style>
border-color css
<style>
span { border-color: #B96497; }
span { border-color: rgb(185,100,151); }
td.TdClassName
{
border-color: #B96497;
}
.TagClassName
{
border-color: #B96497;
}
</style>