Shades of Bouquet #BA6BA0
Tints of Bouquet #BA6BA0
RGB
CMYK
RGB Variations
Color information
#BA6BA0 (or 0xBA6BA0) is known color: Bouquet. HEX triplet: BA, 6B and A0. RGB value is (186,107,160). Sum of RGB (Red+Green+Blue) = 186+107+160=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BA0 is #45945F. Grayscale: #888888. Windows color (decimal): -4559968 or 10513338. OLE color: 10513338.
HSL color Cylindrical-coordinate representation of color #BA6BA0: hue angle of 319.75º 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 #BA6BA0 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 107 | 160 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.27 |
| HSL | 319.75º | 0.36% | 0.57% | - |
| HSV(B) | 319.75º | 0.42% | 0.73% | - |
| XYZ | 31.85 | 23.49 | 36.11 | - |
| YUV | 136.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 160 | 0 | 0.42 | 0.14 | 0.27 | 319.75 | 0.36 | 0.57 |
| Hex | BA | 6B | A0 | 0 | 2A | E | 1B | 140 | 24 | 39 |
| Octal | 272 | 153 | 240 | 0 | 52 | 16 | 33 | 500 | 44 | 71 |
| Binary | 10111010 | 1101011 | 10100000 | 0 | 101010 | 1110 | 11011 | 101000000 | 100100 | 111001 |
Color Harmonies of #BA6BA0
Complementary color
Monochromatic Colors of #BA6BA0
Black with #BA6BA0
Text Example
Text Example
White with #BA6BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BA0; }
p { color: rgb(186,107,160); }
H1.HeaderClassName
{
color: #BA6BA0;
}
.AnyTagClassName
{
color: #BA6BA0;
}
</style>
background-color css
<style>
a { background-color: #BA6BA0; }
a { background-color: rgb(186,107,160); }
div.DivClassName
{
background-color: #BA6BA0;
}
.BgClassName
{
background-color: #BA6BA0;
}
</style>
border-color css
<style>
span { border-color: #BA6BA0; }
span { border-color: rgb(186,107,160); }
td.TdClassName
{
border-color: #BA6BA0;
}
.TagClassName
{
border-color: #BA6BA0;
}
</style>