Shades of Hopbush #BB749B
Tints of Hopbush #BB749B
RGB
CMYK
RGB Variations
Color information
#BB749B (or 0xBB749B) is known color: Hopbush. HEX triplet: BB, 74 and 9B. RGB value is (187,116,155). Sum of RGB (Red+Green+Blue) = 187+116+155=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB749B is #448B64. Grayscale: #8D8D8D. Windows color (decimal): -4492133 or 10187963. OLE color: 10187963.
HSL color Cylindrical-coordinate representation of color #BB749B: hue angle of 327.04º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB749B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 155 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.27 |
| HSL | 327.04º | 0.34% | 0.59% | - |
| HSV(B) | 327.04º | 0.38% | 0.73% | - |
| XYZ | 32.66 | 25.42 | 34.2 | - |
| YUV | 141.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 155 | 0 | 0.38 | 0.17 | 0.27 | 327.04 | 0.34 | 0.59 |
| Hex | BB | 74 | 9B | 0 | 26 | 11 | 1B | 147 | 22 | 3B |
| Octal | 273 | 164 | 233 | 0 | 46 | 21 | 33 | 507 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10011011 | 0 | 100110 | 10001 | 11011 | 101000111 | 100010 | 111011 |
Color Harmonies of #BB749B
Complementary color
Monochromatic Colors of #BB749B
Black with #BB749B
Text Example
Text Example
White with #BB749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB749B; }
p { color: rgb(187,116,155); }
H1.HeaderClassName
{
color: #BB749B;
}
.AnyTagClassName
{
color: #BB749B;
}
</style>
background-color css
<style>
a { background-color: #BB749B; }
a { background-color: rgb(187,116,155); }
div.DivClassName
{
background-color: #BB749B;
}
.BgClassName
{
background-color: #BB749B;
}
</style>
border-color css
<style>
span { border-color: #BB749B; }
span { border-color: rgb(187,116,155); }
td.TdClassName
{
border-color: #BB749B;
}
.TagClassName
{
border-color: #BB749B;
}
</style>