Shades of Hopbush #BB6895
Tints of Hopbush #BB6895
RGB
CMYK
RGB Variations
Color information
#BB6895 (or 0xBB6895) is known color: Hopbush. HEX triplet: BB, 68 and 95. RGB value is (187,104,149). Sum of RGB (Red+Green+Blue) = 187+104+149=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6895 is #44976A. Grayscale: #858585. Windows color (decimal): -4495211 or 9791675. OLE color: 9791675.
HSL color Cylindrical-coordinate representation of color #BB6895: hue angle of 327.47º 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 #BB6895 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 149 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.27 |
| HSL | 327.47º | 0.38% | 0.57% | - |
| HSV(B) | 327.47º | 0.44% | 0.73% | - |
| XYZ | 30.87 | 22.64 | 31.18 | - |
| YUV | 133.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 149 | 0 | 0.44 | 0.20 | 0.27 | 327.47 | 0.38 | 0.57 |
| Hex | BB | 68 | 95 | 0 | 2C | 14 | 1B | 147 | 26 | 39 |
| Octal | 273 | 150 | 225 | 0 | 54 | 24 | 33 | 507 | 46 | 71 |
| Binary | 10111011 | 1101000 | 10010101 | 0 | 101100 | 10100 | 11011 | 101000111 | 100110 | 111001 |
Color Harmonies of #BB6895
Complementary color
Monochromatic Colors of #BB6895
Black with #BB6895
Text Example
Text Example
White with #BB6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6895; }
p { color: rgb(187,104,149); }
H1.HeaderClassName
{
color: #BB6895;
}
.AnyTagClassName
{
color: #BB6895;
}
</style>
background-color css
<style>
a { background-color: #BB6895; }
a { background-color: rgb(187,104,149); }
div.DivClassName
{
background-color: #BB6895;
}
.BgClassName
{
background-color: #BB6895;
}
</style>
border-color css
<style>
span { border-color: #BB6895; }
span { border-color: rgb(187,104,149); }
td.TdClassName
{
border-color: #BB6895;
}
.TagClassName
{
border-color: #BB6895;
}
</style>