Shades of Hopbush #BF7D99
Tints of Hopbush #BF7D99
RGB
CMYK
RGB Variations
Color information
#BF7D99 (or 0xBF7D99) is known color: Hopbush. HEX triplet: BF, 7D and 99. RGB value is (191,125,153). Sum of RGB (Red+Green+Blue) = 191+125+153=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 153 (60.16% from 255 or 32.62% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7D99 is #408266. Grayscale: #939393. Windows color (decimal): -4227687 or 10059199. OLE color: 10059199.
HSL color Cylindrical-coordinate representation of color #BF7D99: hue angle of 334.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BF7D99 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 153 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.25 |
| HSL | 334.55º | 0.34% | 0.62% | - |
| HSV(B) | 334.55º | 0.35% | 0.75% | - |
| XYZ | 34.57 | 28.04 | 33.73 | - |
| YUV | 147.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 153 | 0 | 0.35 | 0.20 | 0.25 | 334.55 | 0.34 | 0.62 |
| Hex | BF | 7D | 99 | 0 | 23 | 14 | 19 | 14F | 22 | 3E |
| Octal | 277 | 175 | 231 | 0 | 43 | 24 | 31 | 517 | 42 | 76 |
| Binary | 10111111 | 1111101 | 10011001 | 0 | 100011 | 10100 | 11001 | 101001111 | 100010 | 111110 |
Color Harmonies of #BF7D99
Complementary color
Monochromatic Colors of #BF7D99
Black with #BF7D99
Text Example
Text Example
White with #BF7D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D99; }
p { color: rgb(191,125,153); }
H1.HeaderClassName
{
color: #BF7D99;
}
.AnyTagClassName
{
color: #BF7D99;
}
</style>
background-color css
<style>
a { background-color: #BF7D99; }
a { background-color: rgb(191,125,153); }
div.DivClassName
{
background-color: #BF7D99;
}
.BgClassName
{
background-color: #BF7D99;
}
</style>
border-color css
<style>
span { border-color: #BF7D99; }
span { border-color: rgb(191,125,153); }
td.TdClassName
{
border-color: #BF7D99;
}
.TagClassName
{
border-color: #BF7D99;
}
</style>