Shades of Hopbush #BB6A8F
Tints of Hopbush #BB6A8F
RGB
CMYK
RGB Variations
Color information
#BB6A8F (or 0xBB6A8F) is known color: Hopbush. HEX triplet: BB, 6A and 8F. RGB value is (187,106,143). Sum of RGB (Red+Green+Blue) = 187+106+143=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A8F is #449570. Grayscale: #868686. Windows color (decimal): -4494705 or 9398971. OLE color: 9398971.
HSL color Cylindrical-coordinate representation of color #BB6A8F: hue angle of 332.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6A8F is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 143 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.27 |
| HSL | 332.59º | 0.37% | 0.57% | - |
| HSV(B) | 332.59º | 0.43% | 0.73% | - |
| XYZ | 30.61 | 22.86 | 28.79 | - |
| YUV | 134.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 143 | 0 | 0.43 | 0.24 | 0.27 | 332.59 | 0.37 | 0.57 |
| Hex | BB | 6A | 8F | 0 | 2B | 18 | 1B | 14D | 25 | 39 |
| Octal | 273 | 152 | 217 | 0 | 53 | 30 | 33 | 515 | 45 | 71 |
| Binary | 10111011 | 1101010 | 10001111 | 0 | 101011 | 11000 | 11011 | 101001101 | 100101 | 111001 |
Color Harmonies of #BB6A8F
Complementary color
Monochromatic Colors of #BB6A8F
Black with #BB6A8F
Text Example
Text Example
White with #BB6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6A8F; }
p { color: rgb(187,106,143); }
H1.HeaderClassName
{
color: #BB6A8F;
}
.AnyTagClassName
{
color: #BB6A8F;
}
</style>
background-color css
<style>
a { background-color: #BB6A8F; }
a { background-color: rgb(187,106,143); }
div.DivClassName
{
background-color: #BB6A8F;
}
.BgClassName
{
background-color: #BB6A8F;
}
</style>
border-color css
<style>
span { border-color: #BB6A8F; }
span { border-color: rgb(187,106,143); }
td.TdClassName
{
border-color: #BB6A8F;
}
.TagClassName
{
border-color: #BB6A8F;
}
</style>