Shades of Hopbush #BA7399
Tints of Hopbush #BA7399
RGB
CMYK
RGB Variations
Color information
#BA7399 (or 0xBA7399) is known color: Hopbush. HEX triplet: BA, 73 and 99. RGB value is (186,115,153). Sum of RGB (Red+Green+Blue) = 186+115+153=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7399 is #458C66. Grayscale: #8C8C8C. Windows color (decimal): -4557927 or 10056634. OLE color: 10056634.
HSL color Cylindrical-coordinate representation of color #BA7399: hue angle of 327.89º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7399 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 153 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.27 |
| HSL | 327.89º | 0.34% | 0.59% | - |
| HSV(B) | 327.89º | 0.38% | 0.73% | - |
| XYZ | 32.13 | 25 | 33.27 | - |
| YUV | 140.56 | 135.02 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 153 | 0 | 0.38 | 0.18 | 0.27 | 327.89 | 0.34 | 0.59 |
| Hex | BA | 73 | 99 | 0 | 26 | 12 | 1B | 148 | 22 | 3B |
| Octal | 272 | 163 | 231 | 0 | 46 | 22 | 33 | 510 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10011001 | 0 | 100110 | 10010 | 11011 | 101001000 | 100010 | 111011 |
Color Harmonies of #BA7399
Complementary color
Monochromatic Colors of #BA7399
Black with #BA7399
Text Example
Text Example
White with #BA7399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7399; }
p { color: rgb(186,115,153); }
H1.HeaderClassName
{
color: #BA7399;
}
.AnyTagClassName
{
color: #BA7399;
}
</style>
background-color css
<style>
a { background-color: #BA7399; }
a { background-color: rgb(186,115,153); }
div.DivClassName
{
background-color: #BA7399;
}
.BgClassName
{
background-color: #BA7399;
}
</style>
border-color css
<style>
span { border-color: #BA7399; }
span { border-color: rgb(186,115,153); }
td.TdClassName
{
border-color: #BA7399;
}
.TagClassName
{
border-color: #BA7399;
}
</style>