Shades of Hopbush #BA6D9A
Tints of Hopbush #BA6D9A
RGB
CMYK
RGB Variations
Color information
#BA6D9A (or 0xBA6D9A) is known color: Hopbush. HEX triplet: BA, 6D and 9A. RGB value is (186,109,154). Sum of RGB (Red+Green+Blue) = 186+109+154=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9A is #459265. Grayscale: #898989. Windows color (decimal): -4559462 or 10120634. OLE color: 10120634.
HSL color Cylindrical-coordinate representation of color #BA6D9A: hue angle of 324.94º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6D9A is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 154 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.27 |
| HSL | 324.94º | 0.36% | 0.58% | - |
| HSV(B) | 324.94º | 0.41% | 0.73% | - |
| XYZ | 31.55 | 23.71 | 33.49 | - |
| YUV | 137.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 154 | 0 | 0.41 | 0.17 | 0.27 | 324.94 | 0.36 | 0.58 |
| Hex | BA | 6D | 9A | 0 | 29 | 11 | 1B | 145 | 24 | 3A |
| Octal | 272 | 155 | 232 | 0 | 51 | 21 | 33 | 505 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10011010 | 0 | 101001 | 10001 | 11011 | 101000101 | 100100 | 111010 |
Color Harmonies of #BA6D9A
Complementary color
Monochromatic Colors of #BA6D9A
Black with #BA6D9A
Text Example
Text Example
White with #BA6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D9A; }
p { color: rgb(186,109,154); }
H1.HeaderClassName
{
color: #BA6D9A;
}
.AnyTagClassName
{
color: #BA6D9A;
}
</style>
background-color css
<style>
a { background-color: #BA6D9A; }
a { background-color: rgb(186,109,154); }
div.DivClassName
{
background-color: #BA6D9A;
}
.BgClassName
{
background-color: #BA6D9A;
}
</style>
border-color css
<style>
span { border-color: #BA6D9A; }
span { border-color: rgb(186,109,154); }
td.TdClassName
{
border-color: #BA6D9A;
}
.TagClassName
{
border-color: #BA6D9A;
}
</style>