Shades of Hopbush #BF668D
Tints of Hopbush #BF668D
RGB
CMYK
RGB Variations
Color information
#BF668D (or 0xBF668D) is known color: Hopbush. HEX triplet: BF, 66 and 8D. RGB value is (191,102,141). Sum of RGB (Red+Green+Blue) = 191+102+141=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF668D is #409972. Grayscale: #848484. Windows color (decimal): -4233587 or 9266879. OLE color: 9266879.
HSL color Cylindrical-coordinate representation of color #BF668D: hue angle of 333.71º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF668D is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 141 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.25 |
| HSL | 333.71º | 0.41% | 0.57% | - |
| HSV(B) | 333.71º | 0.47% | 0.75% | - |
| XYZ | 31.04 | 22.5 | 27.91 | - |
| YUV | 133.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 141 | 0 | 0.47 | 0.26 | 0.25 | 333.71 | 0.41 | 0.57 |
| Hex | BF | 66 | 8D | 0 | 2F | 1A | 19 | 14E | 29 | 39 |
| Octal | 277 | 146 | 215 | 0 | 57 | 32 | 31 | 516 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10001101 | 0 | 101111 | 11010 | 11001 | 101001110 | 101001 | 111001 |
Color Harmonies of #BF668D
Complementary color
Monochromatic Colors of #BF668D
Black with #BF668D
Text Example
Text Example
White with #BF668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF668D; }
p { color: rgb(191,102,141); }
H1.HeaderClassName
{
color: #BF668D;
}
.AnyTagClassName
{
color: #BF668D;
}
</style>
background-color css
<style>
a { background-color: #BF668D; }
a { background-color: rgb(191,102,141); }
div.DivClassName
{
background-color: #BF668D;
}
.BgClassName
{
background-color: #BF668D;
}
</style>
border-color css
<style>
span { border-color: #BF668D; }
span { border-color: rgb(191,102,141); }
td.TdClassName
{
border-color: #BF668D;
}
.TagClassName
{
border-color: #BF668D;
}
</style>