Shades of Hopbush #BA6697
Tints of Hopbush #BA6697
RGB
CMYK
RGB Variations
Color information
#BA6697 (or 0xBA6697) is known color: Hopbush. HEX triplet: BA, 66 and 97. RGB value is (186,102,151). Sum of RGB (Red+Green+Blue) = 186+102+151=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 151 (59.38% from 255 or 34.40% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6697 is #459968. Grayscale: #848484. Windows color (decimal): -4561257 or 9922234. OLE color: 9922234.
HSL color Cylindrical-coordinate representation of color #BA6697: hue angle of 325º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6697 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 151 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.27 |
| HSL | 325º | 0.38% | 0.56% | - |
| HSV(B) | 325º | 0.45% | 0.73% | - |
| XYZ | 30.59 | 22.18 | 31.95 | - |
| YUV | 132.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 151 | 0 | 0.45 | 0.19 | 0.27 | 325 | 0.38 | 0.56 |
| Hex | BA | 66 | 97 | 0 | 2D | 13 | 1B | 145 | 26 | 38 |
| Octal | 272 | 146 | 227 | 0 | 55 | 23 | 33 | 505 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10010111 | 0 | 101101 | 10011 | 11011 | 101000101 | 100110 | 111000 |
Color Harmonies of #BA6697
Complementary color
Monochromatic Colors of #BA6697
Black with #BA6697
Text Example
Text Example
White with #BA6697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6697; }
p { color: rgb(186,102,151); }
H1.HeaderClassName
{
color: #BA6697;
}
.AnyTagClassName
{
color: #BA6697;
}
</style>
background-color css
<style>
a { background-color: #BA6697; }
a { background-color: rgb(186,102,151); }
div.DivClassName
{
background-color: #BA6697;
}
.BgClassName
{
background-color: #BA6697;
}
</style>
border-color css
<style>
span { border-color: #BA6697; }
span { border-color: rgb(186,102,151); }
td.TdClassName
{
border-color: #BA6697;
}
.TagClassName
{
border-color: #BA6697;
}
</style>