Shades of Hopbush #BA7393
Tints of Hopbush #BA7393
RGB
CMYK
RGB Variations
Color information
#BA7393 (or 0xBA7393) is known color: Hopbush. HEX triplet: BA, 73 and 93. RGB value is (186,115,147). Sum of RGB (Red+Green+Blue) = 186+115+147=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7393 is #458C6C. Grayscale: #8B8B8B. Windows color (decimal): -4557933 or 9663418. OLE color: 9663418.
HSL color Cylindrical-coordinate representation of color #BA7393: hue angle of 332.96º 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 #BA7393 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 147 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.27 |
| HSL | 332.96º | 0.34% | 0.59% | - |
| HSV(B) | 332.96º | 0.38% | 0.73% | - |
| XYZ | 31.65 | 24.81 | 30.72 | - |
| YUV | 139.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 147 | 0 | 0.38 | 0.21 | 0.27 | 332.96 | 0.34 | 0.59 |
| Hex | BA | 73 | 93 | 0 | 26 | 15 | 1B | 14D | 22 | 3B |
| Octal | 272 | 163 | 223 | 0 | 46 | 25 | 33 | 515 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10010011 | 0 | 100110 | 10101 | 11011 | 101001101 | 100010 | 111011 |
Color Harmonies of #BA7393
Complementary color
Monochromatic Colors of #BA7393
Black with #BA7393
Text Example
Text Example
White with #BA7393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7393; }
p { color: rgb(186,115,147); }
H1.HeaderClassName
{
color: #BA7393;
}
.AnyTagClassName
{
color: #BA7393;
}
</style>
background-color css
<style>
a { background-color: #BA7393; }
a { background-color: rgb(186,115,147); }
div.DivClassName
{
background-color: #BA7393;
}
.BgClassName
{
background-color: #BA7393;
}
</style>
border-color css
<style>
span { border-color: #BA7393; }
span { border-color: rgb(186,115,147); }
td.TdClassName
{
border-color: #BA7393;
}
.TagClassName
{
border-color: #BA7393;
}
</style>