Shades of Hopbush #BA6993
Tints of Hopbush #BA6993
RGB
CMYK
RGB Variations
Color information
#BA6993 (or 0xBA6993) is known color: Hopbush. HEX triplet: BA, 69 and 93. RGB value is (186,105,147). Sum of RGB (Red+Green+Blue) = 186+105+147=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6993 is #45966C. Grayscale: #858585. Windows color (decimal): -4560493 or 9660858. OLE color: 9660858.
HSL color Cylindrical-coordinate representation of color #BA6993: hue angle of 328.89º 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 #BA6993 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 147 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.27 |
| HSL | 328.89º | 0.37% | 0.57% | - |
| HSV(B) | 328.89º | 0.44% | 0.73% | - |
| XYZ | 30.57 | 22.65 | 30.36 | - |
| YUV | 134.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 147 | 0 | 0.44 | 0.21 | 0.27 | 328.89 | 0.37 | 0.57 |
| Hex | BA | 69 | 93 | 0 | 2C | 15 | 1B | 149 | 25 | 39 |
| Octal | 272 | 151 | 223 | 0 | 54 | 25 | 33 | 511 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10010011 | 0 | 101100 | 10101 | 11011 | 101001001 | 100101 | 111001 |
Color Harmonies of #BA6993
Complementary color
Monochromatic Colors of #BA6993
Black with #BA6993
Text Example
Text Example
White with #BA6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6993; }
p { color: rgb(186,105,147); }
H1.HeaderClassName
{
color: #BA6993;
}
.AnyTagClassName
{
color: #BA6993;
}
</style>
background-color css
<style>
a { background-color: #BA6993; }
a { background-color: rgb(186,105,147); }
div.DivClassName
{
background-color: #BA6993;
}
.BgClassName
{
background-color: #BA6993;
}
</style>
border-color css
<style>
span { border-color: #BA6993; }
span { border-color: rgb(186,105,147); }
td.TdClassName
{
border-color: #BA6993;
}
.TagClassName
{
border-color: #BA6993;
}
</style>