Shades of Hopbush #BA649F
Tints of Hopbush #BA649F
RGB
CMYK
RGB Variations
Color information
#BA649F (or 0xBA649F) is known color: Hopbush. HEX triplet: BA, 64 and 9F. RGB value is (186,100,159). Sum of RGB (Red+Green+Blue) = 186+100+159=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA649F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA649F is #459B60. Grayscale: #848484. Windows color (decimal): -4561761 or 10446010. OLE color: 10446010.
HSL color Cylindrical-coordinate representation of color #BA649F: hue angle of 318.84º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA649F is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 159 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.27 |
| HSL | 318.84º | 0.38% | 0.56% | - |
| HSV(B) | 318.84º | 0.46% | 0.73% | - |
| XYZ | 31.06 | 22.06 | 35.42 | - |
| YUV | 132.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 159 | 0 | 0.46 | 0.15 | 0.27 | 318.84 | 0.38 | 0.56 |
| Hex | BA | 64 | 9F | 0 | 2E | F | 1B | 13F | 26 | 38 |
| Octal | 272 | 144 | 237 | 0 | 56 | 17 | 33 | 477 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10011111 | 0 | 101110 | 1111 | 11011 | 100111111 | 100110 | 111000 |
Color Harmonies of #BA649F
Complementary color
Monochromatic Colors of #BA649F
Black with #BA649F
Text Example
Text Example
White with #BA649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA649F; }
p { color: rgb(186,100,159); }
H1.HeaderClassName
{
color: #BA649F;
}
.AnyTagClassName
{
color: #BA649F;
}
</style>
background-color css
<style>
a { background-color: #BA649F; }
a { background-color: rgb(186,100,159); }
div.DivClassName
{
background-color: #BA649F;
}
.BgClassName
{
background-color: #BA649F;
}
</style>
border-color css
<style>
span { border-color: #BA649F; }
span { border-color: rgb(186,100,159); }
td.TdClassName
{
border-color: #BA649F;
}
.TagClassName
{
border-color: #BA649F;
}
</style>