Shades of Hopbush #BF6A8E
Tints of Hopbush #BF6A8E
RGB
CMYK
RGB Variations
Color information
#BF6A8E (or 0xBF6A8E) is known color: Hopbush. HEX triplet: BF, 6A and 8E. RGB value is (191,106,142). Sum of RGB (Red+Green+Blue) = 191+106+142=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A8E is #409571. Grayscale: #878787. Windows color (decimal): -4232562 or 9333439. OLE color: 9333439.
HSL color Cylindrical-coordinate representation of color #BF6A8E: hue angle of 334.59º 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 #BF6A8E is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 142 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.25 |
| HSL | 334.59º | 0.4% | 0.58% | - |
| HSV(B) | 334.59º | 0.45% | 0.75% | - |
| XYZ | 31.52 | 23.34 | 28.43 | - |
| YUV | 135.52 | 131.66 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 142 | 0 | 0.45 | 0.26 | 0.25 | 334.59 | 0.4 | 0.58 |
| Hex | BF | 6A | 8E | 0 | 2D | 1A | 19 | 14F | 28 | 3A |
| Octal | 277 | 152 | 216 | 0 | 55 | 32 | 31 | 517 | 50 | 72 |
| Binary | 10111111 | 1101010 | 10001110 | 0 | 101101 | 11010 | 11001 | 101001111 | 101000 | 111010 |
Color Harmonies of #BF6A8E
Complementary color
Monochromatic Colors of #BF6A8E
Black with #BF6A8E
Text Example
Text Example
White with #BF6A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A8E; }
p { color: rgb(191,106,142); }
H1.HeaderClassName
{
color: #BF6A8E;
}
.AnyTagClassName
{
color: #BF6A8E;
}
</style>
background-color css
<style>
a { background-color: #BF6A8E; }
a { background-color: rgb(191,106,142); }
div.DivClassName
{
background-color: #BF6A8E;
}
.BgClassName
{
background-color: #BF6A8E;
}
</style>
border-color css
<style>
span { border-color: #BF6A8E; }
span { border-color: rgb(191,106,142); }
td.TdClassName
{
border-color: #BF6A8E;
}
.TagClassName
{
border-color: #BF6A8E;
}
</style>