Shades of Hopbush #BB7A99
Tints of Hopbush #BB7A99
RGB
CMYK
RGB Variations
Color information
#BB7A99 (or 0xBB7A99) is known color: Hopbush. HEX triplet: BB, 7A and 99. RGB value is (187,122,153). Sum of RGB (Red+Green+Blue) = 187+122+153=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A99 is #448566. Grayscale: #909090. Windows color (decimal): -4490599 or 10058427. OLE color: 10058427.
HSL color Cylindrical-coordinate representation of color #BB7A99: hue angle of 331.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7A99 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 153 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.27 |
| HSL | 331.38º | 0.32% | 0.61% | - |
| HSV(B) | 331.38º | 0.35% | 0.73% | - |
| XYZ | 33.2 | 26.78 | 33.56 | - |
| YUV | 144.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 153 | 0 | 0.35 | 0.18 | 0.27 | 331.38 | 0.32 | 0.61 |
| Hex | BB | 7A | 99 | 0 | 23 | 12 | 1B | 14B | 20 | 3D |
| Octal | 273 | 172 | 231 | 0 | 43 | 22 | 33 | 513 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10011001 | 0 | 100011 | 10010 | 11011 | 101001011 | 100000 | 111101 |
Color Harmonies of #BB7A99
Complementary color
Monochromatic Colors of #BB7A99
Black with #BB7A99
Text Example
Text Example
White with #BB7A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A99; }
p { color: rgb(187,122,153); }
H1.HeaderClassName
{
color: #BB7A99;
}
.AnyTagClassName
{
color: #BB7A99;
}
</style>
background-color css
<style>
a { background-color: #BB7A99; }
a { background-color: rgb(187,122,153); }
div.DivClassName
{
background-color: #BB7A99;
}
.BgClassName
{
background-color: #BB7A99;
}
</style>
border-color css
<style>
span { border-color: #BB7A99; }
span { border-color: rgb(187,122,153); }
td.TdClassName
{
border-color: #BB7A99;
}
.TagClassName
{
border-color: #BB7A99;
}
</style>