Shades of Hopbush #BB689B
Tints of Hopbush #BB689B
RGB
CMYK
RGB Variations
Color information
#BB689B (or 0xBB689B) is known color: Hopbush. HEX triplet: BB, 68 and 9B. RGB value is (187,104,155). Sum of RGB (Red+Green+Blue) = 187+104+155=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BB689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB689B is #449764. Grayscale: #868686. Windows color (decimal): -4495205 or 10184891. OLE color: 10184891.
HSL color Cylindrical-coordinate representation of color #BB689B: hue angle of 323.13º 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 #BB689B is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 155 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.27 |
| HSL | 323.13º | 0.38% | 0.57% | - |
| HSV(B) | 323.13º | 0.44% | 0.73% | - |
| XYZ | 31.36 | 22.83 | 33.76 | - |
| YUV | 134.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 155 | 0 | 0.44 | 0.17 | 0.27 | 323.13 | 0.38 | 0.57 |
| Hex | BB | 68 | 9B | 0 | 2C | 11 | 1B | 143 | 26 | 39 |
| Octal | 273 | 150 | 233 | 0 | 54 | 21 | 33 | 503 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10011011 | 0 | 101100 | 10001 | 11011 | 101000011 | 100110 | 111001 |
Color Harmonies of #BB689B
Complementary color
Monochromatic Colors of #BB689B
Black with #BB689B
Text Example
Text Example
White with #BB689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB689B; }
p { color: rgb(187,104,155); }
H1.HeaderClassName
{
color: #BB689B;
}
.AnyTagClassName
{
color: #BB689B;
}
</style>
background-color css
<style>
a { background-color: #BB689B; }
a { background-color: rgb(187,104,155); }
div.DivClassName
{
background-color: #BB689B;
}
.BgClassName
{
background-color: #BB689B;
}
</style>
border-color css
<style>
span { border-color: #BB689B; }
span { border-color: rgb(187,104,155); }
td.TdClassName
{
border-color: #BB689B;
}
.TagClassName
{
border-color: #BB689B;
}
</style>