Shades of Bouquet #BA6AA1
Tints of Bouquet #BA6AA1
RGB
CMYK
RGB Variations
Color information
#BA6AA1 (or 0xBA6AA1) is known color: Bouquet. HEX triplet: BA, 6A and A1. RGB value is (186,106,161). Sum of RGB (Red+Green+Blue) = 186+106+161=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6AA1 is #45955E. Grayscale: #888888. Windows color (decimal): -4560223 or 10578618. OLE color: 10578618.
HSL color Cylindrical-coordinate representation of color #BA6AA1: hue angle of 318.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA6AA1 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 106 | 161 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.27 |
| HSL | 318.75º | 0.37% | 0.57% | - |
| HSV(B) | 318.75º | 0.43% | 0.73% | - |
| XYZ | 31.84 | 23.32 | 36.54 | - |
| YUV | 136.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 161 | 0 | 0.43 | 0.13 | 0.27 | 318.75 | 0.37 | 0.57 |
| Hex | BA | 6A | A1 | 0 | 2B | D | 1B | 13F | 25 | 39 |
| Octal | 272 | 152 | 241 | 0 | 53 | 15 | 33 | 477 | 45 | 71 |
| Binary | 10111010 | 1101010 | 10100001 | 0 | 101011 | 1101 | 11011 | 100111111 | 100101 | 111001 |
Color Harmonies of #BA6AA1
Complementary color
Monochromatic Colors of #BA6AA1
Black with #BA6AA1
Text Example
Text Example
White with #BA6AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AA1; }
p { color: rgb(186,106,161); }
H1.HeaderClassName
{
color: #BA6AA1;
}
.AnyTagClassName
{
color: #BA6AA1;
}
</style>
background-color css
<style>
a { background-color: #BA6AA1; }
a { background-color: rgb(186,106,161); }
div.DivClassName
{
background-color: #BA6AA1;
}
.BgClassName
{
background-color: #BA6AA1;
}
</style>
border-color css
<style>
span { border-color: #BA6AA1; }
span { border-color: rgb(186,106,161); }
td.TdClassName
{
border-color: #BA6AA1;
}
.TagClassName
{
border-color: #BA6AA1;
}
</style>