Shades of Hopbush #BA7995
Tints of Hopbush #BA7995
RGB
CMYK
RGB Variations
Color information
#BA7995 (or 0xBA7995) is known color: Hopbush. HEX triplet: BA, 79 and 95. RGB value is (186,121,149). Sum of RGB (Red+Green+Blue) = 186+121+149=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 149 (58.59% from 255 or 32.68% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7995 is #45866A. Grayscale: #8F8F8F. Windows color (decimal): -4556395 or 9796026. OLE color: 9796026.
HSL color Cylindrical-coordinate representation of color #BA7995: hue angle of 334.15º 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 #BA7995 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 149 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.27 |
| HSL | 334.15º | 0.32% | 0.6% | - |
| HSV(B) | 334.15º | 0.35% | 0.73% | - |
| XYZ | 32.51 | 26.28 | 31.79 | - |
| YUV | 143.63 | 131.03 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 149 | 0 | 0.35 | 0.20 | 0.27 | 334.15 | 0.32 | 0.6 |
| Hex | BA | 79 | 95 | 0 | 23 | 14 | 1B | 14E | 20 | 3C |
| Octal | 272 | 171 | 225 | 0 | 43 | 24 | 33 | 516 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10010101 | 0 | 100011 | 10100 | 11011 | 101001110 | 100000 | 111100 |
Color Harmonies of #BA7995
Complementary color
Monochromatic Colors of #BA7995
Black with #BA7995
Text Example
Text Example
White with #BA7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7995; }
p { color: rgb(186,121,149); }
H1.HeaderClassName
{
color: #BA7995;
}
.AnyTagClassName
{
color: #BA7995;
}
</style>
background-color css
<style>
a { background-color: #BA7995; }
a { background-color: rgb(186,121,149); }
div.DivClassName
{
background-color: #BA7995;
}
.BgClassName
{
background-color: #BA7995;
}
</style>
border-color css
<style>
span { border-color: #BA7995; }
span { border-color: rgb(186,121,149); }
td.TdClassName
{
border-color: #BA7995;
}
.TagClassName
{
border-color: #BA7995;
}
</style>