Shades of Hopbush #BF6F90
Tints of Hopbush #BF6F90
RGB
CMYK
RGB Variations
Color information
#BF6F90 (or 0xBF6F90) is known color: Hopbush. HEX triplet: BF, 6F and 90. RGB value is (191,111,144). Sum of RGB (Red+Green+Blue) = 191+111+144=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6F90 is #40906F. Grayscale: #8A8A8A. Windows color (decimal): -4231280 or 9465791. OLE color: 9465791.
HSL color Cylindrical-coordinate representation of color #BF6F90: hue angle of 335.25º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6F90 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 144 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.25 |
| HSL | 335.25º | 0.38% | 0.59% | - |
| HSV(B) | 335.25º | 0.42% | 0.75% | - |
| XYZ | 32.2 | 24.46 | 29.41 | - |
| YUV | 138.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 144 | 0 | 0.42 | 0.25 | 0.25 | 335.25 | 0.38 | 0.59 |
| Hex | BF | 6F | 90 | 0 | 2A | 19 | 19 | 14F | 26 | 3B |
| Octal | 277 | 157 | 220 | 0 | 52 | 31 | 31 | 517 | 46 | 73 |
| Binary | 10111111 | 1101111 | 10010000 | 0 | 101010 | 11001 | 11001 | 101001111 | 100110 | 111011 |
Color Harmonies of #BF6F90
Complementary color
Monochromatic Colors of #BF6F90
Black with #BF6F90
Text Example
Text Example
White with #BF6F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F90; }
p { color: rgb(191,111,144); }
H1.HeaderClassName
{
color: #BF6F90;
}
.AnyTagClassName
{
color: #BF6F90;
}
</style>
background-color css
<style>
a { background-color: #BF6F90; }
a { background-color: rgb(191,111,144); }
div.DivClassName
{
background-color: #BF6F90;
}
.BgClassName
{
background-color: #BF6F90;
}
</style>
border-color css
<style>
span { border-color: #BF6F90; }
span { border-color: rgb(191,111,144); }
td.TdClassName
{
border-color: #BF6F90;
}
.TagClassName
{
border-color: #BF6F90;
}
</style>