Shades of Hopbush #BB7A95
Tints of Hopbush #BB7A95
RGB
CMYK
RGB Variations
Color information
#BB7A95 (or 0xBB7A95) is known color: Hopbush. HEX triplet: BB, 7A and 95. RGB value is (187,122,149). Sum of RGB (Red+Green+Blue) = 187+122+149=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7A95 is #44856A. Grayscale: #909090. Windows color (decimal): -4490603 or 9796283. OLE color: 9796283.
HSL color Cylindrical-coordinate representation of color #BB7A95: hue angle of 335.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7A95 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 149 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.27 |
| HSL | 335.08º | 0.32% | 0.61% | - |
| HSV(B) | 335.08º | 0.35% | 0.73% | - |
| XYZ | 32.88 | 26.65 | 31.85 | - |
| YUV | 144.51 | 130.53 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 149 | 0 | 0.35 | 0.20 | 0.27 | 335.08 | 0.32 | 0.61 |
| Hex | BB | 7A | 95 | 0 | 23 | 14 | 1B | 14F | 20 | 3D |
| Octal | 273 | 172 | 225 | 0 | 43 | 24 | 33 | 517 | 40 | 75 |
| Binary | 10111011 | 1111010 | 10010101 | 0 | 100011 | 10100 | 11011 | 101001111 | 100000 | 111101 |
Color Harmonies of #BB7A95
Complementary color
Monochromatic Colors of #BB7A95
Black with #BB7A95
Text Example
Text Example
White with #BB7A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A95; }
p { color: rgb(187,122,149); }
H1.HeaderClassName
{
color: #BB7A95;
}
.AnyTagClassName
{
color: #BB7A95;
}
</style>
background-color css
<style>
a { background-color: #BB7A95; }
a { background-color: rgb(187,122,149); }
div.DivClassName
{
background-color: #BB7A95;
}
.BgClassName
{
background-color: #BB7A95;
}
</style>
border-color css
<style>
span { border-color: #BB7A95; }
span { border-color: rgb(187,122,149); }
td.TdClassName
{
border-color: #BB7A95;
}
.TagClassName
{
border-color: #BB7A95;
}
</style>