Shades of Hopbush #BA7297
Tints of Hopbush #BA7297
RGB
CMYK
RGB Variations
Color information
#BA7297 (or 0xBA7297) is known color: Hopbush. HEX triplet: BA, 72 and 97. RGB value is (186,114,151). Sum of RGB (Red+Green+Blue) = 186+114+151=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 151 (59.38% from 255 or 33.48% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7297 is #458D68. Grayscale: #8B8B8B. Windows color (decimal): -4558185 or 9925306. OLE color: 9925306.
HSL color Cylindrical-coordinate representation of color #BA7297: hue angle of 329.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7297 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 151 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.27 |
| HSL | 329.17º | 0.34% | 0.59% | - |
| HSV(B) | 329.17º | 0.39% | 0.73% | - |
| XYZ | 31.85 | 24.71 | 32.37 | - |
| YUV | 139.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 151 | 0 | 0.39 | 0.19 | 0.27 | 329.17 | 0.34 | 0.59 |
| Hex | BA | 72 | 97 | 0 | 27 | 13 | 1B | 149 | 22 | 3B |
| Octal | 272 | 162 | 227 | 0 | 47 | 23 | 33 | 511 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10010111 | 0 | 100111 | 10011 | 11011 | 101001001 | 100010 | 111011 |
Color Harmonies of #BA7297
Complementary color
Monochromatic Colors of #BA7297
Black with #BA7297
Text Example
Text Example
White with #BA7297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7297; }
p { color: rgb(186,114,151); }
H1.HeaderClassName
{
color: #BA7297;
}
.AnyTagClassName
{
color: #BA7297;
}
</style>
background-color css
<style>
a { background-color: #BA7297; }
a { background-color: rgb(186,114,151); }
div.DivClassName
{
background-color: #BA7297;
}
.BgClassName
{
background-color: #BA7297;
}
</style>
border-color css
<style>
span { border-color: #BA7297; }
span { border-color: rgb(186,114,151); }
td.TdClassName
{
border-color: #BA7297;
}
.TagClassName
{
border-color: #BA7297;
}
</style>