Shades of Bouquet #BA6DA0
Tints of Bouquet #BA6DA0
RGB
CMYK
RGB Variations
Color information
#BA6DA0 (or 0xBA6DA0) is known color: Bouquet. HEX triplet: BA, 6D and A0. RGB value is (186,109,160). Sum of RGB (Red+Green+Blue) = 186+109+160=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6DA0 is #45925F. Grayscale: #898989. Windows color (decimal): -4559456 or 10513850. OLE color: 10513850.
HSL color Cylindrical-coordinate representation of color #BA6DA0: hue angle of 320.26º 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 #BA6DA0 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 160 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.27 |
| HSL | 320.26º | 0.36% | 0.58% | - |
| HSV(B) | 320.26º | 0.41% | 0.73% | - |
| XYZ | 32.06 | 23.91 | 36.18 | - |
| YUV | 137.84 | 140.51 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 160 | 0 | 0.41 | 0.14 | 0.27 | 320.26 | 0.36 | 0.58 |
| Hex | BA | 6D | A0 | 0 | 29 | E | 1B | 140 | 24 | 3A |
| Octal | 272 | 155 | 240 | 0 | 51 | 16 | 33 | 500 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10100000 | 0 | 101001 | 1110 | 11011 | 101000000 | 100100 | 111010 |
Color Harmonies of #BA6DA0
Complementary color
Monochromatic Colors of #BA6DA0
Black with #BA6DA0
Text Example
Text Example
White with #BA6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DA0; }
p { color: rgb(186,109,160); }
H1.HeaderClassName
{
color: #BA6DA0;
}
.AnyTagClassName
{
color: #BA6DA0;
}
</style>
background-color css
<style>
a { background-color: #BA6DA0; }
a { background-color: rgb(186,109,160); }
div.DivClassName
{
background-color: #BA6DA0;
}
.BgClassName
{
background-color: #BA6DA0;
}
</style>
border-color css
<style>
span { border-color: #BA6DA0; }
span { border-color: rgb(186,109,160); }
td.TdClassName
{
border-color: #BA6DA0;
}
.TagClassName
{
border-color: #BA6DA0;
}
</style>