Shades of Bouquet #BA69A0
Tints of Bouquet #BA69A0
RGB
CMYK
RGB Variations
Color information
#BA69A0 (or 0xBA69A0) is known color: Bouquet. HEX triplet: BA, 69 and A0. RGB value is (186,105,160). Sum of RGB (Red+Green+Blue) = 186+105+160=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A0 is #45965F. Grayscale: #878787. Windows color (decimal): -4560480 or 10512826. OLE color: 10512826.
HSL color Cylindrical-coordinate representation of color #BA69A0: hue angle of 319.26º 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 #BA69A0 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 160 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.27 |
| HSL | 319.26º | 0.37% | 0.57% | - |
| HSV(B) | 319.26º | 0.44% | 0.73% | - |
| XYZ | 31.65 | 23.08 | 36.04 | - |
| YUV | 135.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 160 | 0 | 0.44 | 0.14 | 0.27 | 319.26 | 0.37 | 0.57 |
| Hex | BA | 69 | A0 | 0 | 2C | E | 1B | 13F | 25 | 39 |
| Octal | 272 | 151 | 240 | 0 | 54 | 16 | 33 | 477 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10100000 | 0 | 101100 | 1110 | 11011 | 100111111 | 100101 | 111001 |
Color Harmonies of #BA69A0
Complementary color
Monochromatic Colors of #BA69A0
Black with #BA69A0
Text Example
Text Example
White with #BA69A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69A0; }
p { color: rgb(186,105,160); }
H1.HeaderClassName
{
color: #BA69A0;
}
.AnyTagClassName
{
color: #BA69A0;
}
</style>
background-color css
<style>
a { background-color: #BA69A0; }
a { background-color: rgb(186,105,160); }
div.DivClassName
{
background-color: #BA69A0;
}
.BgClassName
{
background-color: #BA69A0;
}
</style>
border-color css
<style>
span { border-color: #BA69A0; }
span { border-color: rgb(186,105,160); }
td.TdClassName
{
border-color: #BA69A0;
}
.TagClassName
{
border-color: #BA69A0;
}
</style>