Shades of Hopbush #BA7192
Tints of Hopbush #BA7192
RGB
CMYK
RGB Variations
Color information
#BA7192 (or 0xBA7192) is known color: Hopbush. HEX triplet: BA, 71 and 92. RGB value is (186,113,146). Sum of RGB (Red+Green+Blue) = 186+113+146=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7192 is #458E6D. Grayscale: #8A8A8A. Windows color (decimal): -4558446 or 9597370. OLE color: 9597370.
HSL color Cylindrical-coordinate representation of color #BA7192: hue angle of 332.88º 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 #BA7192 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 146 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.27 |
| HSL | 332.88º | 0.35% | 0.59% | - |
| HSV(B) | 332.88º | 0.39% | 0.73% | - |
| XYZ | 31.34 | 24.32 | 30.24 | - |
| YUV | 138.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 146 | 0 | 0.39 | 0.22 | 0.27 | 332.88 | 0.35 | 0.59 |
| Hex | BA | 71 | 92 | 0 | 27 | 16 | 1B | 14D | 23 | 3B |
| Octal | 272 | 161 | 222 | 0 | 47 | 26 | 33 | 515 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10010010 | 0 | 100111 | 10110 | 11011 | 101001101 | 100011 | 111011 |
Color Harmonies of #BA7192
Complementary color
Monochromatic Colors of #BA7192
Black with #BA7192
Text Example
Text Example
White with #BA7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7192; }
p { color: rgb(186,113,146); }
H1.HeaderClassName
{
color: #BA7192;
}
.AnyTagClassName
{
color: #BA7192;
}
</style>
background-color css
<style>
a { background-color: #BA7192; }
a { background-color: rgb(186,113,146); }
div.DivClassName
{
background-color: #BA7192;
}
.BgClassName
{
background-color: #BA7192;
}
</style>
border-color css
<style>
span { border-color: #BA7192; }
span { border-color: rgb(186,113,146); }
td.TdClassName
{
border-color: #BA7192;
}
.TagClassName
{
border-color: #BA7192;
}
</style>