Shades of Hopbush #BA689D
Tints of Hopbush #BA689D
RGB
CMYK
RGB Variations
Color information
#BA689D (or 0xBA689D) is known color: Hopbush. HEX triplet: BA, 68 and 9D. RGB value is (186,104,157). Sum of RGB (Red+Green+Blue) = 186+104+157=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA689D is #459762. Grayscale: #868686. Windows color (decimal): -4560739 or 10315962. OLE color: 10315962.
HSL color Cylindrical-coordinate representation of color #BA689D: hue angle of 321.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA689D is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 157 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.27 |
| HSL | 321.22º | 0.37% | 0.57% | - |
| HSV(B) | 321.22º | 0.44% | 0.73% | - |
| XYZ | 31.29 | 22.77 | 34.65 | - |
| YUV | 134.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 157 | 0 | 0.44 | 0.16 | 0.27 | 321.22 | 0.37 | 0.57 |
| Hex | BA | 68 | 9D | 0 | 2C | 10 | 1B | 141 | 25 | 39 |
| Octal | 272 | 150 | 235 | 0 | 54 | 20 | 33 | 501 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10011101 | 0 | 101100 | 10000 | 11011 | 101000001 | 100101 | 111001 |
Color Harmonies of #BA689D
Complementary color
Monochromatic Colors of #BA689D
Black with #BA689D
Text Example
Text Example
White with #BA689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA689D; }
p { color: rgb(186,104,157); }
H1.HeaderClassName
{
color: #BA689D;
}
.AnyTagClassName
{
color: #BA689D;
}
</style>
background-color css
<style>
a { background-color: #BA689D; }
a { background-color: rgb(186,104,157); }
div.DivClassName
{
background-color: #BA689D;
}
.BgClassName
{
background-color: #BA689D;
}
</style>
border-color css
<style>
span { border-color: #BA689D; }
span { border-color: rgb(186,104,157); }
td.TdClassName
{
border-color: #BA689D;
}
.TagClassName
{
border-color: #BA689D;
}
</style>