Shades of Hopbush #BA709A
Tints of Hopbush #BA709A
RGB
CMYK
RGB Variations
Color information
#BA709A (or 0xBA709A) is known color: Hopbush. HEX triplet: BA, 70 and 9A. RGB value is (186,112,154). Sum of RGB (Red+Green+Blue) = 186+112+154=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA709A is #458F65. Grayscale: #8A8A8A. Windows color (decimal): -4558694 or 10121402. OLE color: 10121402.
HSL color Cylindrical-coordinate representation of color #BA709A: hue angle of 325.95º 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 #BA709A is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 154 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.27 |
| HSL | 325.95º | 0.35% | 0.58% | - |
| HSV(B) | 325.95º | 0.4% | 0.73% | - |
| XYZ | 31.88 | 24.36 | 33.59 | - |
| YUV | 138.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 154 | 0 | 0.40 | 0.17 | 0.27 | 325.95 | 0.35 | 0.58 |
| Hex | BA | 70 | 9A | 0 | 28 | 11 | 1B | 146 | 23 | 3A |
| Octal | 272 | 160 | 232 | 0 | 50 | 21 | 33 | 506 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10011010 | 0 | 101000 | 10001 | 11011 | 101000110 | 100011 | 111010 |
Color Harmonies of #BA709A
Complementary color
Monochromatic Colors of #BA709A
Black with #BA709A
Text Example
Text Example
White with #BA709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA709A; }
p { color: rgb(186,112,154); }
H1.HeaderClassName
{
color: #BA709A;
}
.AnyTagClassName
{
color: #BA709A;
}
</style>
background-color css
<style>
a { background-color: #BA709A; }
a { background-color: rgb(186,112,154); }
div.DivClassName
{
background-color: #BA709A;
}
.BgClassName
{
background-color: #BA709A;
}
</style>
border-color css
<style>
span { border-color: #BA709A; }
span { border-color: rgb(186,112,154); }
td.TdClassName
{
border-color: #BA709A;
}
.TagClassName
{
border-color: #BA709A;
}
</style>