Shades of Hopbush #BF7690
Tints of Hopbush #BF7690
RGB
CMYK
RGB Variations
Color information
#BF7690 (or 0xBF7690) is known color: Hopbush. HEX triplet: BF, 76 and 90. RGB value is (191,118,144). Sum of RGB (Red+Green+Blue) = 191+118+144=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7690 is #40896F. Grayscale: #8E8E8E. Windows color (decimal): -4229488 or 9467583. OLE color: 9467583.
HSL color Cylindrical-coordinate representation of color #BF7690: hue angle of 338.63º 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 #BF7690 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 118 | 144 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.25 |
| HSL | 338.63º | 0.36% | 0.61% | - |
| HSV(B) | 338.63º | 0.38% | 0.75% | - |
| XYZ | 33 | 26.05 | 29.67 | - |
| YUV | 142.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 144 | 0 | 0.38 | 0.25 | 0.25 | 338.63 | 0.36 | 0.61 |
| Hex | BF | 76 | 90 | 0 | 26 | 19 | 19 | 153 | 24 | 3D |
| Octal | 277 | 166 | 220 | 0 | 46 | 31 | 31 | 523 | 44 | 75 |
| Binary | 10111111 | 1110110 | 10010000 | 0 | 100110 | 11001 | 11001 | 101010011 | 100100 | 111101 |
Color Harmonies of #BF7690
Complementary color
Monochromatic Colors of #BF7690
Black with #BF7690
Text Example
Text Example
White with #BF7690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7690; }
p { color: rgb(191,118,144); }
H1.HeaderClassName
{
color: #BF7690;
}
.AnyTagClassName
{
color: #BF7690;
}
</style>
background-color css
<style>
a { background-color: #BF7690; }
a { background-color: rgb(191,118,144); }
div.DivClassName
{
background-color: #BF7690;
}
.BgClassName
{
background-color: #BF7690;
}
</style>
border-color css
<style>
span { border-color: #BF7690; }
span { border-color: rgb(191,118,144); }
td.TdClassName
{
border-color: #BF7690;
}
.TagClassName
{
border-color: #BF7690;
}
</style>