Shades of Hopbush #BA7997
Tints of Hopbush #BA7997
RGB
CMYK
RGB Variations
Color information
#BA7997 (or 0xBA7997) is known color: Hopbush. HEX triplet: BA, 79 and 97. RGB value is (186,121,151). Sum of RGB (Red+Green+Blue) = 186+121+151=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7997 is #458668. Grayscale: #8F8F8F. Windows color (decimal): -4556393 or 9927098. OLE color: 9927098.
HSL color Cylindrical-coordinate representation of color #BA7997: hue angle of 332.31º 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 #BA7997 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 151 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.27 |
| HSL | 332.31º | 0.32% | 0.6% | - |
| HSV(B) | 332.31º | 0.35% | 0.73% | - |
| XYZ | 32.67 | 26.35 | 32.64 | - |
| YUV | 143.86 | 132.03 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 151 | 0 | 0.35 | 0.19 | 0.27 | 332.31 | 0.32 | 0.6 |
| Hex | BA | 79 | 97 | 0 | 23 | 13 | 1B | 14C | 20 | 3C |
| Octal | 272 | 171 | 227 | 0 | 43 | 23 | 33 | 514 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10010111 | 0 | 100011 | 10011 | 11011 | 101001100 | 100000 | 111100 |
Color Harmonies of #BA7997
Complementary color
Monochromatic Colors of #BA7997
Black with #BA7997
Text Example
Text Example
White with #BA7997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7997; }
p { color: rgb(186,121,151); }
H1.HeaderClassName
{
color: #BA7997;
}
.AnyTagClassName
{
color: #BA7997;
}
</style>
background-color css
<style>
a { background-color: #BA7997; }
a { background-color: rgb(186,121,151); }
div.DivClassName
{
background-color: #BA7997;
}
.BgClassName
{
background-color: #BA7997;
}
</style>
border-color css
<style>
span { border-color: #BA7997; }
span { border-color: rgb(186,121,151); }
td.TdClassName
{
border-color: #BA7997;
}
.TagClassName
{
border-color: #BA7997;
}
</style>