Shades of Hopbush #BF6094
Tints of Hopbush #BF6094
RGB
CMYK
RGB Variations
Color information
#BF6094 (or 0xBF6094) is known color: Hopbush. HEX triplet: BF, 60 and 94. RGB value is (191,96,148). Sum of RGB (Red+Green+Blue) = 191+96+148=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6094 is #409F6B. Grayscale: #828282. Windows color (decimal): -4235116 or 9724095. OLE color: 9724095.
HSL color Cylindrical-coordinate representation of color #BF6094: hue angle of 327.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6094 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 148 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.25 |
| HSL | 327.16º | 0.43% | 0.56% | - |
| HSV(B) | 327.16º | 0.5% | 0.75% | - |
| XYZ | 31.01 | 21.58 | 30.55 | - |
| YUV | 130.33 | 137.97 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 148 | 0 | 0.50 | 0.23 | 0.25 | 327.16 | 0.43 | 0.56 |
| Hex | BF | 60 | 94 | 0 | 32 | 17 | 19 | 147 | 2B | 38 |
| Octal | 277 | 140 | 224 | 0 | 62 | 27 | 31 | 507 | 53 | 70 |
| Binary | 10111111 | 1100000 | 10010100 | 0 | 110010 | 10111 | 11001 | 101000111 | 101011 | 111000 |
Color Harmonies of #BF6094
Complementary color
Monochromatic Colors of #BF6094
Black with #BF6094
Text Example
Text Example
White with #BF6094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6094; }
p { color: rgb(191,96,148); }
H1.HeaderClassName
{
color: #BF6094;
}
.AnyTagClassName
{
color: #BF6094;
}
</style>
background-color css
<style>
a { background-color: #BF6094; }
a { background-color: rgb(191,96,148); }
div.DivClassName
{
background-color: #BF6094;
}
.BgClassName
{
background-color: #BF6094;
}
</style>
border-color css
<style>
span { border-color: #BF6094; }
span { border-color: rgb(191,96,148); }
td.TdClassName
{
border-color: #BF6094;
}
.TagClassName
{
border-color: #BF6094;
}
</style>