Shades of Hopbush #BB7B96
Tints of Hopbush #BB7B96
RGB
CMYK
RGB Variations
Color information
#BB7B96 (or 0xBB7B96) is known color: Hopbush. HEX triplet: BB, 7B and 96. RGB value is (187,123,150). Sum of RGB (Red+Green+Blue) = 187+123+150=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7B96 is #448469. Grayscale: #919191. Windows color (decimal): -4490346 or 9862075. OLE color: 9862075.
HSL color Cylindrical-coordinate representation of color #BB7B96: hue angle of 334.69º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB7B96 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 150 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.27 |
| HSL | 334.69º | 0.32% | 0.61% | - |
| HSV(B) | 334.69º | 0.34% | 0.73% | - |
| XYZ | 33.08 | 26.93 | 32.31 | - |
| YUV | 145.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 150 | 0 | 0.34 | 0.20 | 0.27 | 334.69 | 0.32 | 0.61 |
| Hex | BB | 7B | 96 | 0 | 22 | 14 | 1B | 14F | 20 | 3D |
| Octal | 273 | 173 | 226 | 0 | 42 | 24 | 33 | 517 | 40 | 75 |
| Binary | 10111011 | 1111011 | 10010110 | 0 | 100010 | 10100 | 11011 | 101001111 | 100000 | 111101 |
Color Harmonies of #BB7B96
Complementary color
Monochromatic Colors of #BB7B96
Black with #BB7B96
Text Example
Text Example
White with #BB7B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B96; }
p { color: rgb(187,123,150); }
H1.HeaderClassName
{
color: #BB7B96;
}
.AnyTagClassName
{
color: #BB7B96;
}
</style>
background-color css
<style>
a { background-color: #BB7B96; }
a { background-color: rgb(187,123,150); }
div.DivClassName
{
background-color: #BB7B96;
}
.BgClassName
{
background-color: #BB7B96;
}
</style>
border-color css
<style>
span { border-color: #BB7B96; }
span { border-color: rgb(187,123,150); }
td.TdClassName
{
border-color: #BB7B96;
}
.TagClassName
{
border-color: #BB7B96;
}
</style>