Shades of Hopbush #BA679E
Tints of Hopbush #BA679E
RGB
CMYK
RGB Variations
Color information
#BA679E (or 0xBA679E) is known color: Hopbush. HEX triplet: BA, 67 and 9E. RGB value is (186,103,158). Sum of RGB (Red+Green+Blue) = 186+103+158=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA679E is #459861. Grayscale: #858585. Windows color (decimal): -4560994 or 10381242. OLE color: 10381242.
HSL color Cylindrical-coordinate representation of color #BA679E: hue angle of 320.24º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA679E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 158 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.27 |
| HSL | 320.24º | 0.38% | 0.57% | - |
| HSV(B) | 320.24º | 0.45% | 0.73% | - |
| XYZ | 31.27 | 22.61 | 35.06 | - |
| YUV | 134.09 | 141.5 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 158 | 0 | 0.45 | 0.15 | 0.27 | 320.24 | 0.38 | 0.57 |
| Hex | BA | 67 | 9E | 0 | 2D | F | 1B | 140 | 26 | 39 |
| Octal | 272 | 147 | 236 | 0 | 55 | 17 | 33 | 500 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10011110 | 0 | 101101 | 1111 | 11011 | 101000000 | 100110 | 111001 |
Color Harmonies of #BA679E
Complementary color
Monochromatic Colors of #BA679E
Black with #BA679E
Text Example
Text Example
White with #BA679E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA679E; }
p { color: rgb(186,103,158); }
H1.HeaderClassName
{
color: #BA679E;
}
.AnyTagClassName
{
color: #BA679E;
}
</style>
background-color css
<style>
a { background-color: #BA679E; }
a { background-color: rgb(186,103,158); }
div.DivClassName
{
background-color: #BA679E;
}
.BgClassName
{
background-color: #BA679E;
}
</style>
border-color css
<style>
span { border-color: #BA679E; }
span { border-color: rgb(186,103,158); }
td.TdClassName
{
border-color: #BA679E;
}
.TagClassName
{
border-color: #BA679E;
}
</style>