Shades of Hopbush #BB779A
Tints of Hopbush #BB779A
RGB
CMYK
RGB Variations
Color information
#BB779A (or 0xBB779A) is known color: Hopbush. HEX triplet: BB, 77 and 9A. RGB value is (187,119,154). Sum of RGB (Red+Green+Blue) = 187+119+154=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB779A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB779A is #448865. Grayscale: #8F8F8F. Windows color (decimal): -4491366 or 10123195. OLE color: 10123195.
HSL color Cylindrical-coordinate representation of color #BB779A: hue angle of 329.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB779A is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 154 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.27 |
| HSL | 329.12º | 0.33% | 0.6% | - |
| HSV(B) | 329.12º | 0.36% | 0.73% | - |
| XYZ | 32.92 | 26.09 | 33.87 | - |
| YUV | 143.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 154 | 0 | 0.36 | 0.18 | 0.27 | 329.12 | 0.33 | 0.6 |
| Hex | BB | 77 | 9A | 0 | 24 | 12 | 1B | 149 | 21 | 3C |
| Octal | 273 | 167 | 232 | 0 | 44 | 22 | 33 | 511 | 41 | 74 |
| Binary | 10111011 | 1110111 | 10011010 | 0 | 100100 | 10010 | 11011 | 101001001 | 100001 | 111100 |
Color Harmonies of #BB779A
Complementary color
Monochromatic Colors of #BB779A
Black with #BB779A
Text Example
Text Example
White with #BB779A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB779A; }
p { color: rgb(187,119,154); }
H1.HeaderClassName
{
color: #BB779A;
}
.AnyTagClassName
{
color: #BB779A;
}
</style>
background-color css
<style>
a { background-color: #BB779A; }
a { background-color: rgb(187,119,154); }
div.DivClassName
{
background-color: #BB779A;
}
.BgClassName
{
background-color: #BB779A;
}
</style>
border-color css
<style>
span { border-color: #BB779A; }
span { border-color: rgb(187,119,154); }
td.TdClassName
{
border-color: #BB779A;
}
.TagClassName
{
border-color: #BB779A;
}
</style>