Shades of Hopbush #BB699F
Tints of Hopbush #BB699F
RGB
CMYK
RGB Variations
Color information
#BB699F (or 0xBB699F) is known color: Hopbush. HEX triplet: BB, 69 and 9F. RGB value is (187,105,159). Sum of RGB (Red+Green+Blue) = 187+105+159=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB699F is #449660. Grayscale: #878787. Windows color (decimal): -4494945 or 10447291. OLE color: 10447291.
HSL color Cylindrical-coordinate representation of color #BB699F: hue angle of 320.49º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB699F is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 105 | 159 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.27 |
| HSL | 320.49º | 0.38% | 0.57% | - |
| HSV(B) | 320.49º | 0.44% | 0.73% | - |
| XYZ | 31.8 | 23.17 | 35.6 | - |
| YUV | 135.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 159 | 0 | 0.44 | 0.15 | 0.27 | 320.49 | 0.38 | 0.57 |
| Hex | BB | 69 | 9F | 0 | 2C | F | 1B | 140 | 26 | 39 |
| Octal | 273 | 151 | 237 | 0 | 54 | 17 | 33 | 500 | 46 | 71 |
| Binary | 10111011 | 1101001 | 10011111 | 0 | 101100 | 1111 | 11011 | 101000000 | 100110 | 111001 |
Color Harmonies of #BB699F
Complementary color
Monochromatic Colors of #BB699F
Black with #BB699F
Text Example
Text Example
White with #BB699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB699F; }
p { color: rgb(187,105,159); }
H1.HeaderClassName
{
color: #BB699F;
}
.AnyTagClassName
{
color: #BB699F;
}
</style>
background-color css
<style>
a { background-color: #BB699F; }
a { background-color: rgb(187,105,159); }
div.DivClassName
{
background-color: #BB699F;
}
.BgClassName
{
background-color: #BB699F;
}
</style>
border-color css
<style>
span { border-color: #BB699F; }
span { border-color: rgb(187,105,159); }
td.TdClassName
{
border-color: #BB699F;
}
.TagClassName
{
border-color: #BB699F;
}
</style>