Shades of Hopbush #BA7698
Tints of Hopbush #BA7698
RGB
CMYK
RGB Variations
Color information
#BA7698 (or 0xBA7698) is known color: Hopbush. HEX triplet: BA, 76 and 98. RGB value is (186,118,152). Sum of RGB (Red+Green+Blue) = 186+118+152=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7698 is #458967. Grayscale: #8E8E8E. Windows color (decimal): -4557160 or 9991866. OLE color: 9991866.
HSL color Cylindrical-coordinate representation of color #BA7698: hue angle of 330º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7698 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 152 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.27 |
| HSL | 330º | 0.33% | 0.6% | - |
| HSV(B) | 330º | 0.37% | 0.73% | - |
| XYZ | 32.4 | 25.66 | 32.95 | - |
| YUV | 142.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 152 | 0 | 0.37 | 0.18 | 0.27 | 330 | 0.33 | 0.6 |
| Hex | BA | 76 | 98 | 0 | 25 | 12 | 1B | 14A | 21 | 3C |
| Octal | 272 | 166 | 230 | 0 | 45 | 22 | 33 | 512 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10011000 | 0 | 100101 | 10010 | 11011 | 101001010 | 100001 | 111100 |
Color Harmonies of #BA7698
Complementary color
Monochromatic Colors of #BA7698
Black with #BA7698
Text Example
Text Example
White with #BA7698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7698; }
p { color: rgb(186,118,152); }
H1.HeaderClassName
{
color: #BA7698;
}
.AnyTagClassName
{
color: #BA7698;
}
</style>
background-color css
<style>
a { background-color: #BA7698; }
a { background-color: rgb(186,118,152); }
div.DivClassName
{
background-color: #BA7698;
}
.BgClassName
{
background-color: #BA7698;
}
</style>
border-color css
<style>
span { border-color: #BA7698; }
span { border-color: rgb(186,118,152); }
td.TdClassName
{
border-color: #BA7698;
}
.TagClassName
{
border-color: #BA7698;
}
</style>