Shades of Hopbush #BA6596
Tints of Hopbush #BA6596
RGB
CMYK
RGB Variations
Color information
#BA6596 (or 0xBA6596) is known color: Hopbush. HEX triplet: BA, 65 and 96. RGB value is (186,101,150). Sum of RGB (Red+Green+Blue) = 186+101+150=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6596 is #459A69. Grayscale: #838383. Windows color (decimal): -4561514 or 9856442. OLE color: 9856442.
HSL color Cylindrical-coordinate representation of color #BA6596: hue angle of 325.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6596 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 101 | 150 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.27 |
| HSL | 325.41º | 0.38% | 0.56% | - |
| HSV(B) | 325.41º | 0.46% | 0.73% | - |
| XYZ | 30.41 | 21.95 | 31.49 | - |
| YUV | 132 | 138.16 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 150 | 0 | 0.46 | 0.19 | 0.27 | 325.41 | 0.38 | 0.56 |
| Hex | BA | 65 | 96 | 0 | 2E | 13 | 1B | 145 | 26 | 38 |
| Octal | 272 | 145 | 226 | 0 | 56 | 23 | 33 | 505 | 46 | 70 |
| Binary | 10111010 | 1100101 | 10010110 | 0 | 101110 | 10011 | 11011 | 101000101 | 100110 | 111000 |
Color Harmonies of #BA6596
Complementary color
Monochromatic Colors of #BA6596
Black with #BA6596
Text Example
Text Example
White with #BA6596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6596; }
p { color: rgb(186,101,150); }
H1.HeaderClassName
{
color: #BA6596;
}
.AnyTagClassName
{
color: #BA6596;
}
</style>
background-color css
<style>
a { background-color: #BA6596; }
a { background-color: rgb(186,101,150); }
div.DivClassName
{
background-color: #BA6596;
}
.BgClassName
{
background-color: #BA6596;
}
</style>
border-color css
<style>
span { border-color: #BA6596; }
span { border-color: rgb(186,101,150); }
td.TdClassName
{
border-color: #BA6596;
}
.TagClassName
{
border-color: #BA6596;
}
</style>