Shades of Hopbush #BF699C
Tints of Hopbush #BF699C
RGB
CMYK
RGB Variations
Color information
#BF699C (or 0xBF699C) is known color: Hopbush. HEX triplet: BF, 69 and 9C. RGB value is (191,105,156). Sum of RGB (Red+Green+Blue) = 191+105+156=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF699C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF699C is #409663. Grayscale: #888888. Windows color (decimal): -4232804 or 10250687. OLE color: 10250687.
HSL color Cylindrical-coordinate representation of color #BF699C: hue angle of 324.42º 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 #BF699C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 156 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.25 |
| HSL | 324.42º | 0.4% | 0.58% | - |
| HSV(B) | 324.42º | 0.45% | 0.75% | - |
| XYZ | 32.54 | 23.58 | 34.29 | - |
| YUV | 136.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 156 | 0 | 0.45 | 0.18 | 0.25 | 324.42 | 0.4 | 0.58 |
| Hex | BF | 69 | 9C | 0 | 2D | 12 | 19 | 144 | 28 | 3A |
| Octal | 277 | 151 | 234 | 0 | 55 | 22 | 31 | 504 | 50 | 72 |
| Binary | 10111111 | 1101001 | 10011100 | 0 | 101101 | 10010 | 11001 | 101000100 | 101000 | 111010 |
Color Harmonies of #BF699C
Complementary color
Monochromatic Colors of #BF699C
Black with #BF699C
Text Example
Text Example
White with #BF699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF699C; }
p { color: rgb(191,105,156); }
H1.HeaderClassName
{
color: #BF699C;
}
.AnyTagClassName
{
color: #BF699C;
}
</style>
background-color css
<style>
a { background-color: #BF699C; }
a { background-color: rgb(191,105,156); }
div.DivClassName
{
background-color: #BF699C;
}
.BgClassName
{
background-color: #BF699C;
}
</style>
border-color css
<style>
span { border-color: #BF699C; }
span { border-color: rgb(191,105,156); }
td.TdClassName
{
border-color: #BF699C;
}
.TagClassName
{
border-color: #BF699C;
}
</style>