Shades of Hopbush #BF698D
Tints of Hopbush #BF698D
RGB
CMYK
RGB Variations
Color information
#BF698D (or 0xBF698D) is known color: Hopbush. HEX triplet: BF, 69 and 8D. RGB value is (191,105,141). Sum of RGB (Red+Green+Blue) = 191+105+141=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF698D is #409672. Grayscale: #868686. Windows color (decimal): -4232819 or 9267647. OLE color: 9267647.
HSL color Cylindrical-coordinate representation of color #BF698D: hue angle of 334.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF698D is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 141 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.25 |
| HSL | 334.88º | 0.4% | 0.58% | - |
| HSV(B) | 334.88º | 0.45% | 0.75% | - |
| XYZ | 31.35 | 23.1 | 28.01 | - |
| YUV | 134.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 141 | 0 | 0.45 | 0.26 | 0.25 | 334.88 | 0.4 | 0.58 |
| Hex | BF | 69 | 8D | 0 | 2D | 1A | 19 | 14F | 28 | 3A |
| Octal | 277 | 151 | 215 | 0 | 55 | 32 | 31 | 517 | 50 | 72 |
| Binary | 10111111 | 1101001 | 10001101 | 0 | 101101 | 11010 | 11001 | 101001111 | 101000 | 111010 |
Color Harmonies of #BF698D
Complementary color
Monochromatic Colors of #BF698D
Black with #BF698D
Text Example
Text Example
White with #BF698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF698D; }
p { color: rgb(191,105,141); }
H1.HeaderClassName
{
color: #BF698D;
}
.AnyTagClassName
{
color: #BF698D;
}
</style>
background-color css
<style>
a { background-color: #BF698D; }
a { background-color: rgb(191,105,141); }
div.DivClassName
{
background-color: #BF698D;
}
.BgClassName
{
background-color: #BF698D;
}
</style>
border-color css
<style>
span { border-color: #BF698D; }
span { border-color: rgb(191,105,141); }
td.TdClassName
{
border-color: #BF698D;
}
.TagClassName
{
border-color: #BF698D;
}
</style>