Shades of Hopbush #BF689B
Tints of Hopbush #BF689B
RGB
CMYK
RGB Variations
Color information
#BF689B (or 0xBF689B) is known color: Hopbush. HEX triplet: BF, 68 and 9B. RGB value is (191,104,155). Sum of RGB (Red+Green+Blue) = 191+104+155=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF689B is #409764. Grayscale: #878787. Windows color (decimal): -4233061 or 10184895. OLE color: 10184895.
HSL color Cylindrical-coordinate representation of color #BF689B: hue angle of 324.83º 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 #BF689B is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 104 | 155 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.25 |
| HSL | 324.83º | 0.4% | 0.58% | - |
| HSV(B) | 324.83º | 0.46% | 0.75% | - |
| XYZ | 32.35 | 23.34 | 33.81 | - |
| YUV | 135.83 | 138.82 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 155 | 0 | 0.46 | 0.19 | 0.25 | 324.83 | 0.4 | 0.58 |
| Hex | BF | 68 | 9B | 0 | 2E | 13 | 19 | 145 | 28 | 3A |
| Octal | 277 | 150 | 233 | 0 | 56 | 23 | 31 | 505 | 50 | 72 |
| Binary | 10111111 | 1101000 | 10011011 | 0 | 101110 | 10011 | 11001 | 101000101 | 101000 | 111010 |
Color Harmonies of #BF689B
Complementary color
Monochromatic Colors of #BF689B
Black with #BF689B
Text Example
Text Example
White with #BF689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF689B; }
p { color: rgb(191,104,155); }
H1.HeaderClassName
{
color: #BF689B;
}
.AnyTagClassName
{
color: #BF689B;
}
</style>
background-color css
<style>
a { background-color: #BF689B; }
a { background-color: rgb(191,104,155); }
div.DivClassName
{
background-color: #BF689B;
}
.BgClassName
{
background-color: #BF689B;
}
</style>
border-color css
<style>
span { border-color: #BF689B; }
span { border-color: rgb(191,104,155); }
td.TdClassName
{
border-color: #BF689B;
}
.TagClassName
{
border-color: #BF689B;
}
</style>