Shades of Hopbush #BF678C
Tints of Hopbush #BF678C
RGB
CMYK
RGB Variations
Color information
#BF678C (or 0xBF678C) is known color: Hopbush. HEX triplet: BF, 67 and 8C. RGB value is (191,103,140). Sum of RGB (Red+Green+Blue) = 191+103+140=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF678C is #409873. Grayscale: #858585. Windows color (decimal): -4233332 or 9201599. OLE color: 9201599.
HSL color Cylindrical-coordinate representation of color #BF678C: hue angle of 334.77º degrees, saturation: 0.41, 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 #BF678C is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 140 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.25 |
| HSL | 334.77º | 0.41% | 0.58% | - |
| HSV(B) | 334.77º | 0.46% | 0.75% | - |
| XYZ | 31.07 | 22.67 | 27.55 | - |
| YUV | 133.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 140 | 0 | 0.46 | 0.27 | 0.25 | 334.77 | 0.41 | 0.58 |
| Hex | BF | 67 | 8C | 0 | 2E | 1B | 19 | 14F | 29 | 3A |
| Octal | 277 | 147 | 214 | 0 | 56 | 33 | 31 | 517 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10001100 | 0 | 101110 | 11011 | 11001 | 101001111 | 101001 | 111010 |
Color Harmonies of #BF678C
Complementary color
Monochromatic Colors of #BF678C
Black with #BF678C
Text Example
Text Example
White with #BF678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF678C; }
p { color: rgb(191,103,140); }
H1.HeaderClassName
{
color: #BF678C;
}
.AnyTagClassName
{
color: #BF678C;
}
</style>
background-color css
<style>
a { background-color: #BF678C; }
a { background-color: rgb(191,103,140); }
div.DivClassName
{
background-color: #BF678C;
}
.BgClassName
{
background-color: #BF678C;
}
</style>
border-color css
<style>
span { border-color: #BF678C; }
span { border-color: rgb(191,103,140); }
td.TdClassName
{
border-color: #BF678C;
}
.TagClassName
{
border-color: #BF678C;
}
</style>