Shades of Bouquet #BA73A2
Tints of Bouquet #BA73A2
RGB
CMYK
RGB Variations
Color information
#BA73A2 (or 0xBA73A2) is known color: Bouquet. HEX triplet: BA, 73 and A2. RGB value is (186,115,162). Sum of RGB (Red+Green+Blue) = 186+115+162=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73A2 is #458C5D. Grayscale: #8D8D8D. Windows color (decimal): -4557918 or 10646458. OLE color: 10646458.
HSL color Cylindrical-coordinate representation of color #BA73A2: hue angle of 320.28º 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 #BA73A2 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 162 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.27 |
| HSL | 320.28º | 0.34% | 0.59% | - |
| HSV(B) | 320.28º | 0.38% | 0.73% | - |
| XYZ | 32.9 | 25.31 | 37.33 | - |
| YUV | 141.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 162 | 0 | 0.38 | 0.13 | 0.27 | 320.28 | 0.34 | 0.59 |
| Hex | BA | 73 | A2 | 0 | 26 | D | 1B | 140 | 22 | 3B |
| Octal | 272 | 163 | 242 | 0 | 46 | 15 | 33 | 500 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10100010 | 0 | 100110 | 1101 | 11011 | 101000000 | 100010 | 111011 |
Color Harmonies of #BA73A2
Complementary color
Monochromatic Colors of #BA73A2
Black with #BA73A2
Text Example
Text Example
White with #BA73A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73A2; }
p { color: rgb(186,115,162); }
H1.HeaderClassName
{
color: #BA73A2;
}
.AnyTagClassName
{
color: #BA73A2;
}
</style>
background-color css
<style>
a { background-color: #BA73A2; }
a { background-color: rgb(186,115,162); }
div.DivClassName
{
background-color: #BA73A2;
}
.BgClassName
{
background-color: #BA73A2;
}
</style>
border-color css
<style>
span { border-color: #BA73A2; }
span { border-color: rgb(186,115,162); }
td.TdClassName
{
border-color: #BA73A2;
}
.TagClassName
{
border-color: #BA73A2;
}
</style>