Shades of Hopbush #BB6A98
Tints of Hopbush #BB6A98
RGB
CMYK
RGB Variations
Color information
#BB6A98 (or 0xBB6A98) is known color: Hopbush. HEX triplet: BB, 6A and 98. RGB value is (187,106,152). Sum of RGB (Red+Green+Blue) = 187+106+152=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A98 is #449567. Grayscale: #878787. Windows color (decimal): -4494696 or 9988795. OLE color: 9988795.
HSL color Cylindrical-coordinate representation of color #BB6A98: hue angle of 325.93º 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 #BB6A98 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 152 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.27 |
| HSL | 325.93º | 0.37% | 0.57% | - |
| HSV(B) | 325.93º | 0.43% | 0.73% | - |
| XYZ | 31.32 | 23.14 | 32.52 | - |
| YUV | 135.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 152 | 0 | 0.43 | 0.19 | 0.27 | 325.93 | 0.37 | 0.57 |
| Hex | BB | 6A | 98 | 0 | 2B | 13 | 1B | 146 | 25 | 39 |
| Octal | 273 | 152 | 230 | 0 | 53 | 23 | 33 | 506 | 45 | 71 |
| Binary | 10111011 | 1101010 | 10011000 | 0 | 101011 | 10011 | 11011 | 101000110 | 100101 | 111001 |
Color Harmonies of #BB6A98
Complementary color
Monochromatic Colors of #BB6A98
Black with #BB6A98
Text Example
Text Example
White with #BB6A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6A98; }
p { color: rgb(187,106,152); }
H1.HeaderClassName
{
color: #BB6A98;
}
.AnyTagClassName
{
color: #BB6A98;
}
</style>
background-color css
<style>
a { background-color: #BB6A98; }
a { background-color: rgb(187,106,152); }
div.DivClassName
{
background-color: #BB6A98;
}
.BgClassName
{
background-color: #BB6A98;
}
</style>
border-color css
<style>
span { border-color: #BB6A98; }
span { border-color: rgb(187,106,152); }
td.TdClassName
{
border-color: #BB6A98;
}
.TagClassName
{
border-color: #BB6A98;
}
</style>