Shades of Hopbush #BA7895
Tints of Hopbush #BA7895
RGB
CMYK
RGB Variations
Color information
#BA7895 (or 0xBA7895) is known color: Hopbush. HEX triplet: BA, 78 and 95. RGB value is (186,120,149). Sum of RGB (Red+Green+Blue) = 186+120+149=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7895 is #45876A. Grayscale: #8E8E8E. Windows color (decimal): -4556651 or 9795770. OLE color: 9795770.
HSL color Cylindrical-coordinate representation of color #BA7895: hue angle of 333.64º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7895 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 149 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.27 |
| HSL | 333.64º | 0.32% | 0.6% | - |
| HSV(B) | 333.64º | 0.35% | 0.73% | - |
| XYZ | 32.39 | 26.04 | 31.75 | - |
| YUV | 143.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 149 | 0 | 0.35 | 0.20 | 0.27 | 333.64 | 0.32 | 0.6 |
| Hex | BA | 78 | 95 | 0 | 23 | 14 | 1B | 14E | 20 | 3C |
| Octal | 272 | 170 | 225 | 0 | 43 | 24 | 33 | 516 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10010101 | 0 | 100011 | 10100 | 11011 | 101001110 | 100000 | 111100 |
Color Harmonies of #BA7895
Complementary color
Monochromatic Colors of #BA7895
Black with #BA7895
Text Example
Text Example
White with #BA7895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7895; }
p { color: rgb(186,120,149); }
H1.HeaderClassName
{
color: #BA7895;
}
.AnyTagClassName
{
color: #BA7895;
}
</style>
background-color css
<style>
a { background-color: #BA7895; }
a { background-color: rgb(186,120,149); }
div.DivClassName
{
background-color: #BA7895;
}
.BgClassName
{
background-color: #BA7895;
}
</style>
border-color css
<style>
span { border-color: #BA7895; }
span { border-color: rgb(186,120,149); }
td.TdClassName
{
border-color: #BA7895;
}
.TagClassName
{
border-color: #BA7895;
}
</style>