Shades of Bouquet #BA73AB
Tints of Bouquet #BA73AB
RGB
CMYK
RGB Variations
Color information
#BA73AB (or 0xBA73AB) is known color: Bouquet. HEX triplet: BA, 73 and AB. RGB value is (186,115,171). Sum of RGB (Red+Green+Blue) = 186+115+171=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73AB is #458C54. Grayscale: #8E8E8E. Windows color (decimal): -4557909 or 11236282. OLE color: 11236282.
HSL color Cylindrical-coordinate representation of color #BA73AB: hue angle of 312.68º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73AB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 171 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.27 |
| HSL | 312.68º | 0.34% | 0.59% | - |
| HSV(B) | 312.68º | 0.38% | 0.73% | - |
| XYZ | 33.73 | 25.64 | 41.7 | - |
| YUV | 142.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 171 | 0 | 0.38 | 0.08 | 0.27 | 312.68 | 0.34 | 0.59 |
| Hex | BA | 73 | AB | 0 | 26 | 8 | 1B | 139 | 22 | 3B |
| Octal | 272 | 163 | 253 | 0 | 46 | 10 | 33 | 471 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10101011 | 0 | 100110 | 1000 | 11011 | 100111001 | 100010 | 111011 |
Color Harmonies of #BA73AB
Complementary color
Monochromatic Colors of #BA73AB
Black with #BA73AB
Text Example
Text Example
White with #BA73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73AB; }
p { color: rgb(186,115,171); }
H1.HeaderClassName
{
color: #BA73AB;
}
.AnyTagClassName
{
color: #BA73AB;
}
</style>
background-color css
<style>
a { background-color: #BA73AB; }
a { background-color: rgb(186,115,171); }
div.DivClassName
{
background-color: #BA73AB;
}
.BgClassName
{
background-color: #BA73AB;
}
</style>
border-color css
<style>
span { border-color: #BA73AB; }
span { border-color: rgb(186,115,171); }
td.TdClassName
{
border-color: #BA73AB;
}
.TagClassName
{
border-color: #BA73AB;
}
</style>