Shades of Hopbush #BA669E
Tints of Hopbush #BA669E
RGB
CMYK
RGB Variations
Color information
#BA669E (or 0xBA669E) is known color: Hopbush. HEX triplet: BA, 66 and 9E. RGB value is (186,102,158). Sum of RGB (Red+Green+Blue) = 186+102+158=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA669E is #459961. Grayscale: #858585. Windows color (decimal): -4561250 or 10380986. OLE color: 10380986.
HSL color Cylindrical-coordinate representation of color #BA669E: hue angle of 320º 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 #BA669E is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 158 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.27 |
| HSL | 320º | 0.38% | 0.56% | - |
| HSV(B) | 320º | 0.45% | 0.73% | - |
| XYZ | 31.17 | 22.41 | 35.03 | - |
| YUV | 133.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 158 | 0 | 0.45 | 0.15 | 0.27 | 320 | 0.38 | 0.56 |
| Hex | BA | 66 | 9E | 0 | 2D | F | 1B | 140 | 26 | 38 |
| Octal | 272 | 146 | 236 | 0 | 55 | 17 | 33 | 500 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10011110 | 0 | 101101 | 1111 | 11011 | 101000000 | 100110 | 111000 |
Color Harmonies of #BA669E
Complementary color
Monochromatic Colors of #BA669E
Black with #BA669E
Text Example
Text Example
White with #BA669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA669E; }
p { color: rgb(186,102,158); }
H1.HeaderClassName
{
color: #BA669E;
}
.AnyTagClassName
{
color: #BA669E;
}
</style>
background-color css
<style>
a { background-color: #BA669E; }
a { background-color: rgb(186,102,158); }
div.DivClassName
{
background-color: #BA669E;
}
.BgClassName
{
background-color: #BA669E;
}
</style>
border-color css
<style>
span { border-color: #BA669E; }
span { border-color: rgb(186,102,158); }
td.TdClassName
{
border-color: #BA669E;
}
.TagClassName
{
border-color: #BA669E;
}
</style>