Shades of Hopbush #BF6192
Tints of Hopbush #BF6192
RGB
CMYK
RGB Variations
Color information
#BF6192 (or 0xBF6192) is known color: Hopbush. HEX triplet: BF, 61 and 92. RGB value is (191,97,146). Sum of RGB (Red+Green+Blue) = 191+97+146=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6192 is #409E6D. Grayscale: #828282. Windows color (decimal): -4234862 or 9593279. OLE color: 9593279.
HSL color Cylindrical-coordinate representation of color #BF6192: hue angle of 328.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6192 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 146 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.25 |
| HSL | 328.72º | 0.42% | 0.56% | - |
| HSV(B) | 328.72º | 0.49% | 0.75% | - |
| XYZ | 30.95 | 21.7 | 29.75 | - |
| YUV | 130.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 146 | 0 | 0.49 | 0.24 | 0.25 | 328.72 | 0.42 | 0.56 |
| Hex | BF | 61 | 92 | 0 | 31 | 18 | 19 | 149 | 2A | 38 |
| Octal | 277 | 141 | 222 | 0 | 61 | 30 | 31 | 511 | 52 | 70 |
| Binary | 10111111 | 1100001 | 10010010 | 0 | 110001 | 11000 | 11001 | 101001001 | 101010 | 111000 |
Color Harmonies of #BF6192
Complementary color
Monochromatic Colors of #BF6192
Black with #BF6192
Text Example
Text Example
White with #BF6192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6192; }
p { color: rgb(191,97,146); }
H1.HeaderClassName
{
color: #BF6192;
}
.AnyTagClassName
{
color: #BF6192;
}
</style>
background-color css
<style>
a { background-color: #BF6192; }
a { background-color: rgb(191,97,146); }
div.DivClassName
{
background-color: #BF6192;
}
.BgClassName
{
background-color: #BF6192;
}
</style>
border-color css
<style>
span { border-color: #BF6192; }
span { border-color: rgb(191,97,146); }
td.TdClassName
{
border-color: #BF6192;
}
.TagClassName
{
border-color: #BF6192;
}
</style>