Shades of Hopbush #BB7697
Tints of Hopbush #BB7697
RGB
CMYK
RGB Variations
Color information
#BB7697 (or 0xBB7697) is known color: Hopbush. HEX triplet: BB, 76 and 97. RGB value is (187,118,151). Sum of RGB (Red+Green+Blue) = 187+118+151=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7697 is #448968. Grayscale: #8E8E8E. Windows color (decimal): -4491625 or 9926331. OLE color: 9926331.
HSL color Cylindrical-coordinate representation of color #BB7697: hue angle of 331.3º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7697 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 151 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.27 |
| HSL | 331.3º | 0.34% | 0.6% | - |
| HSV(B) | 331.3º | 0.37% | 0.73% | - |
| XYZ | 32.56 | 25.76 | 32.53 | - |
| YUV | 142.39 | 132.86 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 151 | 0 | 0.37 | 0.19 | 0.27 | 331.3 | 0.34 | 0.6 |
| Hex | BB | 76 | 97 | 0 | 25 | 13 | 1B | 14B | 22 | 3C |
| Octal | 273 | 166 | 227 | 0 | 45 | 23 | 33 | 513 | 42 | 74 |
| Binary | 10111011 | 1110110 | 10010111 | 0 | 100101 | 10011 | 11011 | 101001011 | 100010 | 111100 |
Color Harmonies of #BB7697
Complementary color
Monochromatic Colors of #BB7697
Black with #BB7697
Text Example
Text Example
White with #BB7697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7697; }
p { color: rgb(187,118,151); }
H1.HeaderClassName
{
color: #BB7697;
}
.AnyTagClassName
{
color: #BB7697;
}
</style>
background-color css
<style>
a { background-color: #BB7697; }
a { background-color: rgb(187,118,151); }
div.DivClassName
{
background-color: #BB7697;
}
.BgClassName
{
background-color: #BB7697;
}
</style>
border-color css
<style>
span { border-color: #BB7697; }
span { border-color: rgb(187,118,151); }
td.TdClassName
{
border-color: #BB7697;
}
.TagClassName
{
border-color: #BB7697;
}
</style>