Shades of Hopbush #BA6497
Tints of Hopbush #BA6497
RGB
CMYK
RGB Variations
Color information
#BA6497 (or 0xBA6497) is known color: Hopbush. HEX triplet: BA, 64 and 97. RGB value is (186,100,151). Sum of RGB (Red+Green+Blue) = 186+100+151=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6497 is #459B68. Grayscale: #838383. Windows color (decimal): -4561769 or 9921722. OLE color: 9921722.
HSL color Cylindrical-coordinate representation of color #BA6497: hue angle of 324.42º 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 #BA6497 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 100 | 151 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.27 |
| HSL | 324.42º | 0.38% | 0.56% | - |
| HSV(B) | 324.42º | 0.46% | 0.73% | - |
| XYZ | 30.39 | 21.79 | 31.88 | - |
| YUV | 131.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 100 | 151 | 0 | 0.46 | 0.19 | 0.27 | 324.42 | 0.38 | 0.56 |
| Hex | BA | 64 | 97 | 0 | 2E | 13 | 1B | 144 | 26 | 38 |
| Octal | 272 | 144 | 227 | 0 | 56 | 23 | 33 | 504 | 46 | 70 |
| Binary | 10111010 | 1100100 | 10010111 | 0 | 101110 | 10011 | 11011 | 101000100 | 100110 | 111000 |
Color Harmonies of #BA6497
Complementary color
Monochromatic Colors of #BA6497
Black with #BA6497
Text Example
Text Example
White with #BA6497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6497; }
p { color: rgb(186,100,151); }
H1.HeaderClassName
{
color: #BA6497;
}
.AnyTagClassName
{
color: #BA6497;
}
</style>
background-color css
<style>
a { background-color: #BA6497; }
a { background-color: rgb(186,100,151); }
div.DivClassName
{
background-color: #BA6497;
}
.BgClassName
{
background-color: #BA6497;
}
</style>
border-color css
<style>
span { border-color: #BA6497; }
span { border-color: rgb(186,100,151); }
td.TdClassName
{
border-color: #BA6497;
}
.TagClassName
{
border-color: #BA6497;
}
</style>