Shades of Bouquet #BA68A0
Tints of Bouquet #BA68A0
RGB
CMYK
RGB Variations
Color information
#BA68A0 (or 0xBA68A0) is known color: Bouquet. HEX triplet: BA, 68 and A0. RGB value is (186,104,160). Sum of RGB (Red+Green+Blue) = 186+104+160=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA68A0 is #45975F. Grayscale: #868686. Windows color (decimal): -4560736 or 10512570. OLE color: 10512570.
HSL color Cylindrical-coordinate representation of color #BA68A0: hue angle of 319.02º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68A0 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 104 | 160 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.27 |
| HSL | 319.02º | 0.37% | 0.57% | - |
| HSV(B) | 319.02º | 0.44% | 0.73% | - |
| XYZ | 31.55 | 22.88 | 36.01 | - |
| YUV | 134.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 104 | 160 | 0 | 0.44 | 0.14 | 0.27 | 319.02 | 0.37 | 0.57 |
| Hex | BA | 68 | A0 | 0 | 2C | E | 1B | 13F | 25 | 39 |
| Octal | 272 | 150 | 240 | 0 | 54 | 16 | 33 | 477 | 45 | 71 |
| Binary | 10111010 | 1101000 | 10100000 | 0 | 101100 | 1110 | 11011 | 100111111 | 100101 | 111001 |
Color Harmonies of #BA68A0
Complementary color
Monochromatic Colors of #BA68A0
Black with #BA68A0
Text Example
Text Example
White with #BA68A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA68A0; }
p { color: rgb(186,104,160); }
H1.HeaderClassName
{
color: #BA68A0;
}
.AnyTagClassName
{
color: #BA68A0;
}
</style>
background-color css
<style>
a { background-color: #BA68A0; }
a { background-color: rgb(186,104,160); }
div.DivClassName
{
background-color: #BA68A0;
}
.BgClassName
{
background-color: #BA68A0;
}
</style>
border-color css
<style>
span { border-color: #BA68A0; }
span { border-color: rgb(186,104,160); }
td.TdClassName
{
border-color: #BA68A0;
}
.TagClassName
{
border-color: #BA68A0;
}
</style>