Shades of Bouquet #BA6DA2
Tints of Bouquet #BA6DA2
RGB
CMYK
RGB Variations
Color information
#BA6DA2 (or 0xBA6DA2) is known color: Bouquet. HEX triplet: BA, 6D and A2. RGB value is (186,109,162). Sum of RGB (Red+Green+Blue) = 186+109+162=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DA2 is #45925D. Grayscale: #898989. Windows color (decimal): -4559454 or 10644922. OLE color: 10644922.
HSL color Cylindrical-coordinate representation of color #BA6DA2: hue angle of 318.7º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6DA2 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 162 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.27 |
| HSL | 318.7º | 0.36% | 0.58% | - |
| HSV(B) | 318.7º | 0.41% | 0.73% | - |
| XYZ | 32.24 | 23.99 | 37.11 | - |
| YUV | 138.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 162 | 0 | 0.41 | 0.13 | 0.27 | 318.7 | 0.36 | 0.58 |
| Hex | BA | 6D | A2 | 0 | 29 | D | 1B | 13F | 24 | 3A |
| Octal | 272 | 155 | 242 | 0 | 51 | 15 | 33 | 477 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10100010 | 0 | 101001 | 1101 | 11011 | 100111111 | 100100 | 111010 |
Color Harmonies of #BA6DA2
Complementary color
Monochromatic Colors of #BA6DA2
Black with #BA6DA2
Text Example
Text Example
White with #BA6DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DA2; }
p { color: rgb(186,109,162); }
H1.HeaderClassName
{
color: #BA6DA2;
}
.AnyTagClassName
{
color: #BA6DA2;
}
</style>
background-color css
<style>
a { background-color: #BA6DA2; }
a { background-color: rgb(186,109,162); }
div.DivClassName
{
background-color: #BA6DA2;
}
.BgClassName
{
background-color: #BA6DA2;
}
</style>
border-color css
<style>
span { border-color: #BA6DA2; }
span { border-color: rgb(186,109,162); }
td.TdClassName
{
border-color: #BA6DA2;
}
.TagClassName
{
border-color: #BA6DA2;
}
</style>