Shades of Hopbush #BF779B
Tints of Hopbush #BF779B
RGB
CMYK
RGB Variations
Color information
#BF779B (or 0xBF779B) is known color: Hopbush. HEX triplet: BF, 77 and 9B. RGB value is (191,119,155). Sum of RGB (Red+Green+Blue) = 191+119+155=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF779B is #408864. Grayscale: #909090. Windows color (decimal): -4229221 or 10188735. OLE color: 10188735.
HSL color Cylindrical-coordinate representation of color #BF779B: hue angle of 330º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF779B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 119 | 155 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.25 |
| HSL | 330º | 0.36% | 0.61% | - |
| HSV(B) | 330º | 0.38% | 0.75% | - |
| XYZ | 34 | 26.64 | 34.36 | - |
| YUV | 144.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 155 | 0 | 0.38 | 0.19 | 0.25 | 330 | 0.36 | 0.61 |
| Hex | BF | 77 | 9B | 0 | 26 | 13 | 19 | 14A | 24 | 3D |
| Octal | 277 | 167 | 233 | 0 | 46 | 23 | 31 | 512 | 44 | 75 |
| Binary | 10111111 | 1110111 | 10011011 | 0 | 100110 | 10011 | 11001 | 101001010 | 100100 | 111101 |
Color Harmonies of #BF779B
Complementary color
Monochromatic Colors of #BF779B
Black with #BF779B
Text Example
Text Example
White with #BF779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF779B; }
p { color: rgb(191,119,155); }
H1.HeaderClassName
{
color: #BF779B;
}
.AnyTagClassName
{
color: #BF779B;
}
</style>
background-color css
<style>
a { background-color: #BF779B; }
a { background-color: rgb(191,119,155); }
div.DivClassName
{
background-color: #BF779B;
}
.BgClassName
{
background-color: #BF779B;
}
</style>
border-color css
<style>
span { border-color: #BF779B; }
span { border-color: rgb(191,119,155); }
td.TdClassName
{
border-color: #BF779B;
}
.TagClassName
{
border-color: #BF779B;
}
</style>