Shades of Hopbush #BF6D8C
Tints of Hopbush #BF6D8C
RGB
CMYK
RGB Variations
Color information
#BF6D8C (or 0xBF6D8C) is known color: Hopbush. HEX triplet: BF, 6D and 8C. RGB value is (191,109,140). Sum of RGB (Red+Green+Blue) = 191+109+140=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D8C is #409273. Grayscale: #898989. Windows color (decimal): -4231796 or 9203135. OLE color: 9203135.
HSL color Cylindrical-coordinate representation of color #BF6D8C: hue angle of 337.32º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6D8C is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 140 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.25 |
| HSL | 337.32º | 0.39% | 0.59% | - |
| HSV(B) | 337.32º | 0.43% | 0.75% | - |
| XYZ | 31.69 | 23.91 | 27.76 | - |
| YUV | 137.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 140 | 0 | 0.43 | 0.27 | 0.25 | 337.32 | 0.39 | 0.59 |
| Hex | BF | 6D | 8C | 0 | 2B | 1B | 19 | 151 | 27 | 3B |
| Octal | 277 | 155 | 214 | 0 | 53 | 33 | 31 | 521 | 47 | 73 |
| Binary | 10111111 | 1101101 | 10001100 | 0 | 101011 | 11011 | 11001 | 101010001 | 100111 | 111011 |
Color Harmonies of #BF6D8C
Complementary color
Monochromatic Colors of #BF6D8C
Black with #BF6D8C
Text Example
Text Example
White with #BF6D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D8C; }
p { color: rgb(191,109,140); }
H1.HeaderClassName
{
color: #BF6D8C;
}
.AnyTagClassName
{
color: #BF6D8C;
}
</style>
background-color css
<style>
a { background-color: #BF6D8C; }
a { background-color: rgb(191,109,140); }
div.DivClassName
{
background-color: #BF6D8C;
}
.BgClassName
{
background-color: #BF6D8C;
}
</style>
border-color css
<style>
span { border-color: #BF6D8C; }
span { border-color: rgb(191,109,140); }
td.TdClassName
{
border-color: #BF6D8C;
}
.TagClassName
{
border-color: #BF6D8C;
}
</style>