Shades of Bouquet #BA6BA6
Tints of Bouquet #BA6BA6
RGB
CMYK
RGB Variations
Color information
#BA6BA6 (or 0xBA6BA6) is known color: Bouquet. HEX triplet: BA, 6B and A6. RGB value is (186,107,166). Sum of RGB (Red+Green+Blue) = 186+107+166=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BA6 is #459459. Grayscale: #898989. Windows color (decimal): -4559962 or 10906554. OLE color: 10906554.
HSL color Cylindrical-coordinate representation of color #BA6BA6: hue angle of 315.19º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BA6 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 166 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.27 |
| HSL | 315.19º | 0.36% | 0.57% | - |
| HSV(B) | 315.19º | 0.42% | 0.73% | - |
| XYZ | 32.39 | 23.71 | 38.95 | - |
| YUV | 137.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 166 | 0 | 0.42 | 0.11 | 0.27 | 315.19 | 0.36 | 0.57 |
| Hex | BA | 6B | A6 | 0 | 2A | B | 1B | 13B | 24 | 39 |
| Octal | 272 | 153 | 246 | 0 | 52 | 13 | 33 | 473 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10100110 | 0 | 101010 | 1011 | 11011 | 100111011 | 100100 | 111001 |
Color Harmonies of #BA6BA6
Complementary color
Monochromatic Colors of #BA6BA6
Black with #BA6BA6
Text Example
Text Example
White with #BA6BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BA6; }
p { color: rgb(186,107,166); }
H1.HeaderClassName
{
color: #BA6BA6;
}
.AnyTagClassName
{
color: #BA6BA6;
}
</style>
background-color css
<style>
a { background-color: #BA6BA6; }
a { background-color: rgb(186,107,166); }
div.DivClassName
{
background-color: #BA6BA6;
}
.BgClassName
{
background-color: #BA6BA6;
}
</style>
border-color css
<style>
span { border-color: #BA6BA6; }
span { border-color: rgb(186,107,166); }
td.TdClassName
{
border-color: #BA6BA6;
}
.TagClassName
{
border-color: #BA6BA6;
}
</style>