Shades of Hopbush #BF6D92
Tints of Hopbush #BF6D92
RGB
CMYK
RGB Variations
Color information
#BF6D92 (or 0xBF6D92) is known color: Hopbush. HEX triplet: BF, 6D and 92. RGB value is (191,109,146). Sum of RGB (Red+Green+Blue) = 191+109+146=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6D92 is #40926D. Grayscale: #898989. Windows color (decimal): -4231790 or 9596351. OLE color: 9596351.
HSL color Cylindrical-coordinate representation of color #BF6D92: hue angle of 332.93º 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 #BF6D92 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 146 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.25 |
| HSL | 332.93º | 0.39% | 0.59% | - |
| HSV(B) | 332.93º | 0.43% | 0.75% | - |
| XYZ | 32.14 | 24.09 | 30.15 | - |
| YUV | 137.74 | 132.67 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 146 | 0 | 0.43 | 0.24 | 0.25 | 332.93 | 0.39 | 0.59 |
| Hex | BF | 6D | 92 | 0 | 2B | 18 | 19 | 14D | 27 | 3B |
| Octal | 277 | 155 | 222 | 0 | 53 | 30 | 31 | 515 | 47 | 73 |
| Binary | 10111111 | 1101101 | 10010010 | 0 | 101011 | 11000 | 11001 | 101001101 | 100111 | 111011 |
Color Harmonies of #BF6D92
Complementary color
Monochromatic Colors of #BF6D92
Black with #BF6D92
Text Example
Text Example
White with #BF6D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D92; }
p { color: rgb(191,109,146); }
H1.HeaderClassName
{
color: #BF6D92;
}
.AnyTagClassName
{
color: #BF6D92;
}
</style>
background-color css
<style>
a { background-color: #BF6D92; }
a { background-color: rgb(191,109,146); }
div.DivClassName
{
background-color: #BF6D92;
}
.BgClassName
{
background-color: #BF6D92;
}
</style>
border-color css
<style>
span { border-color: #BF6D92; }
span { border-color: rgb(191,109,146); }
td.TdClassName
{
border-color: #BF6D92;
}
.TagClassName
{
border-color: #BF6D92;
}
</style>