Shades of Hopbush #BA669C
Tints of Hopbush #BA669C
RGB
CMYK
RGB Variations
Color information
#BA669C (or 0xBA669C) is known color: Hopbush. HEX triplet: BA, 66 and 9C. RGB value is (186,102,156). Sum of RGB (Red+Green+Blue) = 186+102+156=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 186 - color contains mainly: red. Hex color #BA669C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA669C is #459963. Grayscale: #858585. Windows color (decimal): -4561252 or 10249914. OLE color: 10249914.
HSL color Cylindrical-coordinate representation of color #BA669C: hue angle of 321.43º 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 #BA669C is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 156 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.27 |
| HSL | 321.43º | 0.38% | 0.56% | - |
| HSV(B) | 321.43º | 0.45% | 0.73% | - |
| XYZ | 31 | 22.34 | 34.13 | - |
| YUV | 133.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 156 | 0 | 0.45 | 0.16 | 0.27 | 321.43 | 0.38 | 0.56 |
| Hex | BA | 66 | 9C | 0 | 2D | 10 | 1B | 141 | 26 | 38 |
| Octal | 272 | 146 | 234 | 0 | 55 | 20 | 33 | 501 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10011100 | 0 | 101101 | 10000 | 11011 | 101000001 | 100110 | 111000 |
Color Harmonies of #BA669C
Complementary color
Monochromatic Colors of #BA669C
Black with #BA669C
Text Example
Text Example
White with #BA669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA669C; }
p { color: rgb(186,102,156); }
H1.HeaderClassName
{
color: #BA669C;
}
.AnyTagClassName
{
color: #BA669C;
}
</style>
background-color css
<style>
a { background-color: #BA669C; }
a { background-color: rgb(186,102,156); }
div.DivClassName
{
background-color: #BA669C;
}
.BgClassName
{
background-color: #BA669C;
}
</style>
border-color css
<style>
span { border-color: #BA669C; }
span { border-color: rgb(186,102,156); }
td.TdClassName
{
border-color: #BA669C;
}
.TagClassName
{
border-color: #BA669C;
}
</style>