Shades of Hopbush #BF678D
Tints of Hopbush #BF678D
RGB
CMYK
RGB Variations
Color information
#BF678D (or 0xBF678D) is known color: Hopbush. HEX triplet: BF, 67 and 8D. RGB value is (191,103,141). Sum of RGB (Red+Green+Blue) = 191+103+141=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF678D is #409872. Grayscale: #858585. Windows color (decimal): -4233331 or 9267135. OLE color: 9267135.
HSL color Cylindrical-coordinate representation of color #BF678D: hue angle of 334.09º 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 #BF678D is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 141 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.25 |
| HSL | 334.09º | 0.41% | 0.58% | - |
| HSV(B) | 334.09º | 0.46% | 0.75% | - |
| XYZ | 31.14 | 22.7 | 27.94 | - |
| YUV | 133.64 | 132.15 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 141 | 0 | 0.46 | 0.26 | 0.25 | 334.09 | 0.41 | 0.58 |
| Hex | BF | 67 | 8D | 0 | 2E | 1A | 19 | 14E | 29 | 3A |
| Octal | 277 | 147 | 215 | 0 | 56 | 32 | 31 | 516 | 51 | 72 |
| Binary | 10111111 | 1100111 | 10001101 | 0 | 101110 | 11010 | 11001 | 101001110 | 101001 | 111010 |
Color Harmonies of #BF678D
Complementary color
Monochromatic Colors of #BF678D
Black with #BF678D
Text Example
Text Example
White with #BF678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF678D; }
p { color: rgb(191,103,141); }
H1.HeaderClassName
{
color: #BF678D;
}
.AnyTagClassName
{
color: #BF678D;
}
</style>
background-color css
<style>
a { background-color: #BF678D; }
a { background-color: rgb(191,103,141); }
div.DivClassName
{
background-color: #BF678D;
}
.BgClassName
{
background-color: #BF678D;
}
</style>
border-color css
<style>
span { border-color: #BF678D; }
span { border-color: rgb(191,103,141); }
td.TdClassName
{
border-color: #BF678D;
}
.TagClassName
{
border-color: #BF678D;
}
</style>