Shades of Hopbush #BB739B
Tints of Hopbush #BB739B
RGB
CMYK
RGB Variations
Color information
#BB739B (or 0xBB739B) is known color: Hopbush. HEX triplet: BB, 73 and 9B. RGB value is (187,115,155). Sum of RGB (Red+Green+Blue) = 187+115+155=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB739B is #448C64. Grayscale: #8D8D8D. Windows color (decimal): -4492389 or 10187707. OLE color: 10187707.
HSL color Cylindrical-coordinate representation of color #BB739B: hue angle of 326.67º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB739B is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 155 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.27 |
| HSL | 326.67º | 0.35% | 0.59% | - |
| HSV(B) | 326.67º | 0.39% | 0.73% | - |
| XYZ | 32.54 | 25.19 | 34.16 | - |
| YUV | 141.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 155 | 0 | 0.39 | 0.17 | 0.27 | 326.67 | 0.35 | 0.59 |
| Hex | BB | 73 | 9B | 0 | 27 | 11 | 1B | 147 | 23 | 3B |
| Octal | 273 | 163 | 233 | 0 | 47 | 21 | 33 | 507 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10011011 | 0 | 100111 | 10001 | 11011 | 101000111 | 100011 | 111011 |
Color Harmonies of #BB739B
Complementary color
Monochromatic Colors of #BB739B
Black with #BB739B
Text Example
Text Example
White with #BB739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB739B; }
p { color: rgb(187,115,155); }
H1.HeaderClassName
{
color: #BB739B;
}
.AnyTagClassName
{
color: #BB739B;
}
</style>
background-color css
<style>
a { background-color: #BB739B; }
a { background-color: rgb(187,115,155); }
div.DivClassName
{
background-color: #BB739B;
}
.BgClassName
{
background-color: #BB739B;
}
</style>
border-color css
<style>
span { border-color: #BB739B; }
span { border-color: rgb(187,115,155); }
td.TdClassName
{
border-color: #BB739B;
}
.TagClassName
{
border-color: #BB739B;
}
</style>