Shades of Hopbush #BA64A0
Tints of Hopbush #BA64A0
RGB
CMYK
RGB Variations
Color information
#BA64A0 (or 0xBA64A0) is known color: Hopbush. HEX triplet: BA, 64 and A0. RGB value is (186,100,160). Sum of RGB (Red+Green+Blue) = 186+100+160=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA64A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA64A0 is #459B5F. Grayscale: #848484. Windows color (decimal): -4561760 or 10511546. OLE color: 10511546.
HSL color Cylindrical-coordinate representation of color #BA64A0: hue angle of 318.14º 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 #BA64A0 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 160 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.27 |
| HSL | 318.14º | 0.38% | 0.56% | - |
| HSV(B) | 318.14º | 0.46% | 0.73% | - |
| XYZ | 31.15 | 22.09 | 35.88 | - |
| YUV | 132.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 160 | 0 | 0.46 | 0.14 | 0.27 | 318.14 | 0.38 | 0.56 |
| Hex | BA | 64 | A0 | 0 | 2E | E | 1B | 13E | 26 | 38 |
| Octal | 272 | 144 | 240 | 0 | 56 | 16 | 33 | 476 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10100000 | 0 | 101110 | 1110 | 11011 | 100111110 | 100110 | 111000 |
Color Harmonies of #BA64A0
Complementary color
Monochromatic Colors of #BA64A0
Black with #BA64A0
Text Example
Text Example
White with #BA64A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA64A0; }
p { color: rgb(186,100,160); }
H1.HeaderClassName
{
color: #BA64A0;
}
.AnyTagClassName
{
color: #BA64A0;
}
</style>
background-color css
<style>
a { background-color: #BA64A0; }
a { background-color: rgb(186,100,160); }
div.DivClassName
{
background-color: #BA64A0;
}
.BgClassName
{
background-color: #BA64A0;
}
</style>
border-color css
<style>
span { border-color: #BA64A0; }
span { border-color: rgb(186,100,160); }
td.TdClassName
{
border-color: #BA64A0;
}
.TagClassName
{
border-color: #BA64A0;
}
</style>