Shades of Hopbush #BA7194
Tints of Hopbush #BA7194
RGB
CMYK
RGB Variations
Color information
#BA7194 (or 0xBA7194) is known color: Hopbush. HEX triplet: BA, 71 and 94. RGB value is (186,113,148). Sum of RGB (Red+Green+Blue) = 186+113+148=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7194 is #458E6B. Grayscale: #8A8A8A. Windows color (decimal): -4558444 or 9728442. OLE color: 9728442.
HSL color Cylindrical-coordinate representation of color #BA7194: hue angle of 331.23º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7194 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 148 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.27 |
| HSL | 331.23º | 0.35% | 0.59% | - |
| HSV(B) | 331.23º | 0.39% | 0.73% | - |
| XYZ | 31.5 | 24.39 | 31.06 | - |
| YUV | 138.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 148 | 0 | 0.39 | 0.20 | 0.27 | 331.23 | 0.35 | 0.59 |
| Hex | BA | 71 | 94 | 0 | 27 | 14 | 1B | 14B | 23 | 3B |
| Octal | 272 | 161 | 224 | 0 | 47 | 24 | 33 | 513 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10010100 | 0 | 100111 | 10100 | 11011 | 101001011 | 100011 | 111011 |
Color Harmonies of #BA7194
Complementary color
Monochromatic Colors of #BA7194
Black with #BA7194
Text Example
Text Example
White with #BA7194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7194; }
p { color: rgb(186,113,148); }
H1.HeaderClassName
{
color: #BA7194;
}
.AnyTagClassName
{
color: #BA7194;
}
</style>
background-color css
<style>
a { background-color: #BA7194; }
a { background-color: rgb(186,113,148); }
div.DivClassName
{
background-color: #BA7194;
}
.BgClassName
{
background-color: #BA7194;
}
</style>
border-color css
<style>
span { border-color: #BA7194; }
span { border-color: rgb(186,113,148); }
td.TdClassName
{
border-color: #BA7194;
}
.TagClassName
{
border-color: #BA7194;
}
</style>