Shades of Hopbush #BF7994
Tints of Hopbush #BF7994
RGB
CMYK
RGB Variations
Color information
#BF7994 (or 0xBF7994) is known color: Hopbush. HEX triplet: BF, 79 and 94. RGB value is (191,121,148). Sum of RGB (Red+Green+Blue) = 191+121+148=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7994 is #40866B. Grayscale: #909090. Windows color (decimal): -4228716 or 9730495. OLE color: 9730495.
HSL color Cylindrical-coordinate representation of color #BF7994: hue angle of 336.86º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7994 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 121 | 148 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.25 |
| HSL | 336.86º | 0.35% | 0.61% | - |
| HSV(B) | 336.86º | 0.37% | 0.75% | - |
| XYZ | 33.67 | 26.89 | 31.43 | - |
| YUV | 145.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 148 | 0 | 0.37 | 0.23 | 0.25 | 336.86 | 0.35 | 0.61 |
| Hex | BF | 79 | 94 | 0 | 25 | 17 | 19 | 151 | 23 | 3D |
| Octal | 277 | 171 | 224 | 0 | 45 | 27 | 31 | 521 | 43 | 75 |
| Binary | 10111111 | 1111001 | 10010100 | 0 | 100101 | 10111 | 11001 | 101010001 | 100011 | 111101 |
Color Harmonies of #BF7994
Complementary color
Monochromatic Colors of #BF7994
Black with #BF7994
Text Example
Text Example
White with #BF7994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7994; }
p { color: rgb(191,121,148); }
H1.HeaderClassName
{
color: #BF7994;
}
.AnyTagClassName
{
color: #BF7994;
}
</style>
background-color css
<style>
a { background-color: #BF7994; }
a { background-color: rgb(191,121,148); }
div.DivClassName
{
background-color: #BF7994;
}
.BgClassName
{
background-color: #BF7994;
}
</style>
border-color css
<style>
span { border-color: #BF7994; }
span { border-color: rgb(191,121,148); }
td.TdClassName
{
border-color: #BF7994;
}
.TagClassName
{
border-color: #BF7994;
}
</style>