Shades of Bouquet #BA66A0
Tints of Bouquet #BA66A0
RGB
CMYK
RGB Variations
Color information
#BA66A0 (or 0xBA66A0) is known color: Bouquet. HEX triplet: BA, 66 and A0. RGB value is (186,102,160). Sum of RGB (Red+Green+Blue) = 186+102+160=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66A0 is #45995F. Grayscale: #858585. Windows color (decimal): -4561248 or 10512058. OLE color: 10512058.
HSL color Cylindrical-coordinate representation of color #BA66A0: hue angle of 318.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66A0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 102 | 160 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.27 |
| HSL | 318.57º | 0.38% | 0.56% | - |
| HSV(B) | 318.57º | 0.45% | 0.73% | - |
| XYZ | 31.35 | 22.48 | 35.94 | - |
| YUV | 133.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 102 | 160 | 0 | 0.45 | 0.14 | 0.27 | 318.57 | 0.38 | 0.56 |
| Hex | BA | 66 | A0 | 0 | 2D | E | 1B | 13F | 26 | 38 |
| Octal | 272 | 146 | 240 | 0 | 55 | 16 | 33 | 477 | 46 | 70 |
| Binary | 10111010 | 1100110 | 10100000 | 0 | 101101 | 1110 | 11011 | 100111111 | 100110 | 111000 |
Color Harmonies of #BA66A0
Complementary color
Monochromatic Colors of #BA66A0
Black with #BA66A0
Text Example
Text Example
White with #BA66A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA66A0; }
p { color: rgb(186,102,160); }
H1.HeaderClassName
{
color: #BA66A0;
}
.AnyTagClassName
{
color: #BA66A0;
}
</style>
background-color css
<style>
a { background-color: #BA66A0; }
a { background-color: rgb(186,102,160); }
div.DivClassName
{
background-color: #BA66A0;
}
.BgClassName
{
background-color: #BA66A0;
}
</style>
border-color css
<style>
span { border-color: #BA66A0; }
span { border-color: rgb(186,102,160); }
td.TdClassName
{
border-color: #BA66A0;
}
.TagClassName
{
border-color: #BA66A0;
}
</style>