Shades of Hopbush #BA7394
Tints of Hopbush #BA7394
RGB
CMYK
RGB Variations
Color information
#BA7394 (or 0xBA7394) is known color: Hopbush. HEX triplet: BA, 73 and 94. RGB value is (186,115,148). Sum of RGB (Red+Green+Blue) = 186+115+148=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7394 is #458C6B. Grayscale: #8B8B8B. Windows color (decimal): -4557932 or 9728954. OLE color: 9728954.
HSL color Cylindrical-coordinate representation of color #BA7394: hue angle of 332.11º 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 #BA7394 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 148 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.27 |
| HSL | 332.11º | 0.34% | 0.59% | - |
| HSV(B) | 332.11º | 0.38% | 0.73% | - |
| XYZ | 31.73 | 24.84 | 31.14 | - |
| YUV | 139.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 148 | 0 | 0.38 | 0.20 | 0.27 | 332.11 | 0.34 | 0.59 |
| Hex | BA | 73 | 94 | 0 | 26 | 14 | 1B | 14C | 22 | 3B |
| Octal | 272 | 163 | 224 | 0 | 46 | 24 | 33 | 514 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10010100 | 0 | 100110 | 10100 | 11011 | 101001100 | 100010 | 111011 |
Color Harmonies of #BA7394
Complementary color
Monochromatic Colors of #BA7394
Black with #BA7394
Text Example
Text Example
White with #BA7394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7394; }
p { color: rgb(186,115,148); }
H1.HeaderClassName
{
color: #BA7394;
}
.AnyTagClassName
{
color: #BA7394;
}
</style>
background-color css
<style>
a { background-color: #BA7394; }
a { background-color: rgb(186,115,148); }
div.DivClassName
{
background-color: #BA7394;
}
.BgClassName
{
background-color: #BA7394;
}
</style>
border-color css
<style>
span { border-color: #BA7394; }
span { border-color: rgb(186,115,148); }
td.TdClassName
{
border-color: #BA7394;
}
.TagClassName
{
border-color: #BA7394;
}
</style>