Shades of Hopbush #BA649E
Tints of Hopbush #BA649E
RGB
CMYK
RGB Variations
Color information
#BA649E (or 0xBA649E) is known color: Hopbush. HEX triplet: BA, 64 and 9E. RGB value is (186,100,158). Sum of RGB (Red+Green+Blue) = 186+100+158=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA649E is #459B61. Grayscale: #848484. Windows color (decimal): -4561762 or 10380474. OLE color: 10380474.
HSL color Cylindrical-coordinate representation of color #BA649E: hue angle of 319.53º 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 #BA649E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 158 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.27 |
| HSL | 319.53º | 0.38% | 0.56% | - |
| HSV(B) | 319.53º | 0.46% | 0.73% | - |
| XYZ | 30.98 | 22.02 | 34.97 | - |
| YUV | 132.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 158 | 0 | 0.46 | 0.15 | 0.27 | 319.53 | 0.38 | 0.56 |
| Hex | BA | 64 | 9E | 0 | 2E | F | 1B | 140 | 26 | 38 |
| Octal | 272 | 144 | 236 | 0 | 56 | 17 | 33 | 500 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10011110 | 0 | 101110 | 1111 | 11011 | 101000000 | 100110 | 111000 |
Color Harmonies of #BA649E
Complementary color
Monochromatic Colors of #BA649E
Black with #BA649E
Text Example
Text Example
White with #BA649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA649E; }
p { color: rgb(186,100,158); }
H1.HeaderClassName
{
color: #BA649E;
}
.AnyTagClassName
{
color: #BA649E;
}
</style>
background-color css
<style>
a { background-color: #BA649E; }
a { background-color: rgb(186,100,158); }
div.DivClassName
{
background-color: #BA649E;
}
.BgClassName
{
background-color: #BA649E;
}
</style>
border-color css
<style>
span { border-color: #BA649E; }
span { border-color: rgb(186,100,158); }
td.TdClassName
{
border-color: #BA649E;
}
.TagClassName
{
border-color: #BA649E;
}
</style>