Shades of Hopbush #BF689D
Tints of Hopbush #BF689D
RGB
CMYK
RGB Variations
Color information
#BF689D (or 0xBF689D) is known color: Hopbush. HEX triplet: BF, 68 and 9D. RGB value is (191,104,157). Sum of RGB (Red+Green+Blue) = 191+104+157=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF689D is #409762. Grayscale: #878787. Windows color (decimal): -4233059 or 10315967. OLE color: 10315967.
HSL color Cylindrical-coordinate representation of color #BF689D: hue angle of 323.45º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF689D is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 157 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.25 |
| HSL | 323.45º | 0.4% | 0.58% | - |
| HSV(B) | 323.45º | 0.46% | 0.75% | - |
| XYZ | 32.52 | 23.41 | 34.7 | - |
| YUV | 136.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 157 | 0 | 0.46 | 0.18 | 0.25 | 323.45 | 0.4 | 0.58 |
| Hex | BF | 68 | 9D | 0 | 2E | 12 | 19 | 143 | 28 | 3A |
| Octal | 277 | 150 | 235 | 0 | 56 | 22 | 31 | 503 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10011101 | 0 | 101110 | 10010 | 11001 | 101000011 | 101000 | 111010 |
Color Harmonies of #BF689D
Complementary color
Monochromatic Colors of #BF689D
Black with #BF689D
Text Example
Text Example
White with #BF689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF689D; }
p { color: rgb(191,104,157); }
H1.HeaderClassName
{
color: #BF689D;
}
.AnyTagClassName
{
color: #BF689D;
}
</style>
background-color css
<style>
a { background-color: #BF689D; }
a { background-color: rgb(191,104,157); }
div.DivClassName
{
background-color: #BF689D;
}
.BgClassName
{
background-color: #BF689D;
}
</style>
border-color css
<style>
span { border-color: #BF689D; }
span { border-color: rgb(191,104,157); }
td.TdClassName
{
border-color: #BF689D;
}
.TagClassName
{
border-color: #BF689D;
}
</style>