Shades of Hopbush #BA7095
Tints of Hopbush #BA7095
RGB
CMYK
RGB Variations
Color information
#BA7095 (or 0xBA7095) is known color: Hopbush. HEX triplet: BA, 70 and 95. RGB value is (186,112,149). Sum of RGB (Red+Green+Blue) = 186+112+149=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7095 is #458F6A. Grayscale: #8A8A8A. Windows color (decimal): -4558699 or 9793722. OLE color: 9793722.
HSL color Cylindrical-coordinate representation of color #BA7095: hue angle of 330º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7095 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 149 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.27 |
| HSL | 330º | 0.35% | 0.58% | - |
| HSV(B) | 330º | 0.4% | 0.73% | - |
| XYZ | 31.47 | 24.2 | 31.45 | - |
| YUV | 138.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 149 | 0 | 0.40 | 0.20 | 0.27 | 330 | 0.35 | 0.58 |
| Hex | BA | 70 | 95 | 0 | 28 | 14 | 1B | 14A | 23 | 3A |
| Octal | 272 | 160 | 225 | 0 | 50 | 24 | 33 | 512 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10010101 | 0 | 101000 | 10100 | 11011 | 101001010 | 100011 | 111010 |
Color Harmonies of #BA7095
Complementary color
Monochromatic Colors of #BA7095
Black with #BA7095
Text Example
Text Example
White with #BA7095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7095; }
p { color: rgb(186,112,149); }
H1.HeaderClassName
{
color: #BA7095;
}
.AnyTagClassName
{
color: #BA7095;
}
</style>
background-color css
<style>
a { background-color: #BA7095; }
a { background-color: rgb(186,112,149); }
div.DivClassName
{
background-color: #BA7095;
}
.BgClassName
{
background-color: #BA7095;
}
</style>
border-color css
<style>
span { border-color: #BA7095; }
span { border-color: rgb(186,112,149); }
td.TdClassName
{
border-color: #BA7095;
}
.TagClassName
{
border-color: #BA7095;
}
</style>