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