Shades of Hopbush #BA7097
Tints of Hopbush #BA7097
RGB
CMYK
RGB Variations
Color information
#BA7097 (or 0xBA7097) is known color: Hopbush. HEX triplet: BA, 70 and 97. RGB value is (186,112,151). Sum of RGB (Red+Green+Blue) = 186+112+151=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7097 is #458F68. Grayscale: #8A8A8A. Windows color (decimal): -4558697 or 9924794. OLE color: 9924794.
HSL color Cylindrical-coordinate representation of color #BA7097: hue angle of 328.38º 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 #BA7097 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 151 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.27 |
| HSL | 328.38º | 0.35% | 0.58% | - |
| HSV(B) | 328.38º | 0.4% | 0.73% | - |
| XYZ | 31.63 | 24.26 | 32.29 | - |
| YUV | 138.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 151 | 0 | 0.40 | 0.19 | 0.27 | 328.38 | 0.35 | 0.58 |
| Hex | BA | 70 | 97 | 0 | 28 | 13 | 1B | 148 | 23 | 3A |
| Octal | 272 | 160 | 227 | 0 | 50 | 23 | 33 | 510 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10010111 | 0 | 101000 | 10011 | 11011 | 101001000 | 100011 | 111010 |
Color Harmonies of #BA7097
Complementary color
Monochromatic Colors of #BA7097
Black with #BA7097
Text Example
Text Example
White with #BA7097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7097; }
p { color: rgb(186,112,151); }
H1.HeaderClassName
{
color: #BA7097;
}
.AnyTagClassName
{
color: #BA7097;
}
</style>
background-color css
<style>
a { background-color: #BA7097; }
a { background-color: rgb(186,112,151); }
div.DivClassName
{
background-color: #BA7097;
}
.BgClassName
{
background-color: #BA7097;
}
</style>
border-color css
<style>
span { border-color: #BA7097; }
span { border-color: rgb(186,112,151); }
td.TdClassName
{
border-color: #BA7097;
}
.TagClassName
{
border-color: #BA7097;
}
</style>