Shades of Hopbush #BF668F
Tints of Hopbush #BF668F
RGB
CMYK
RGB Variations
Color information
#BF668F (or 0xBF668F) is known color: Hopbush. HEX triplet: BF, 66 and 8F. RGB value is (191,102,143). Sum of RGB (Red+Green+Blue) = 191+102+143=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF668F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF668F is #409970. Grayscale: #858585. Windows color (decimal): -4233585 or 9397951. OLE color: 9397951.
HSL color Cylindrical-coordinate representation of color #BF668F: hue angle of 332.36º 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 #BF668F is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 102 | 143 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.25 |
| HSL | 332.36º | 0.41% | 0.57% | - |
| HSV(B) | 332.36º | 0.47% | 0.75% | - |
| XYZ | 31.2 | 22.56 | 28.7 | - |
| YUV | 133.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 102 | 143 | 0 | 0.47 | 0.25 | 0.25 | 332.36 | 0.41 | 0.57 |
| Hex | BF | 66 | 8F | 0 | 2F | 19 | 19 | 14C | 29 | 39 |
| Octal | 277 | 146 | 217 | 0 | 57 | 31 | 31 | 514 | 51 | 71 |
| Binary | 10111111 | 1100110 | 10001111 | 0 | 101111 | 11001 | 11001 | 101001100 | 101001 | 111001 |
Color Harmonies of #BF668F
Complementary color
Monochromatic Colors of #BF668F
Black with #BF668F
Text Example
Text Example
White with #BF668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF668F; }
p { color: rgb(191,102,143); }
H1.HeaderClassName
{
color: #BF668F;
}
.AnyTagClassName
{
color: #BF668F;
}
</style>
background-color css
<style>
a { background-color: #BF668F; }
a { background-color: rgb(191,102,143); }
div.DivClassName
{
background-color: #BF668F;
}
.BgClassName
{
background-color: #BF668F;
}
</style>
border-color css
<style>
span { border-color: #BF668F; }
span { border-color: rgb(191,102,143); }
td.TdClassName
{
border-color: #BF668F;
}
.TagClassName
{
border-color: #BF668F;
}
</style>