Shades of Bouquet #BA69A1
Tints of Bouquet #BA69A1
RGB
CMYK
RGB Variations
Color information
#BA69A1 (or 0xBA69A1) is known color: Bouquet. HEX triplet: BA, 69 and A1. RGB value is (186,105,161). Sum of RGB (Red+Green+Blue) = 186+105+161=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A1 is #45965E. Grayscale: #878787. Windows color (decimal): -4560479 or 10578362. OLE color: 10578362.
HSL color Cylindrical-coordinate representation of color #BA69A1: hue angle of 318.52º 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 #BA69A1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 161 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.27 |
| HSL | 318.52º | 0.37% | 0.57% | - |
| HSV(B) | 318.52º | 0.44% | 0.73% | - |
| XYZ | 31.73 | 23.12 | 36.51 | - |
| YUV | 135.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 161 | 0 | 0.44 | 0.13 | 0.27 | 318.52 | 0.37 | 0.57 |
| Hex | BA | 69 | A1 | 0 | 2C | D | 1B | 13F | 25 | 39 |
| Octal | 272 | 151 | 241 | 0 | 54 | 15 | 33 | 477 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10100001 | 0 | 101100 | 1101 | 11011 | 100111111 | 100101 | 111001 |
Color Harmonies of #BA69A1
Complementary color
Monochromatic Colors of #BA69A1
Black with #BA69A1
Text Example
Text Example
White with #BA69A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69A1; }
p { color: rgb(186,105,161); }
H1.HeaderClassName
{
color: #BA69A1;
}
.AnyTagClassName
{
color: #BA69A1;
}
</style>
background-color css
<style>
a { background-color: #BA69A1; }
a { background-color: rgb(186,105,161); }
div.DivClassName
{
background-color: #BA69A1;
}
.BgClassName
{
background-color: #BA69A1;
}
</style>
border-color css
<style>
span { border-color: #BA69A1; }
span { border-color: rgb(186,105,161); }
td.TdClassName
{
border-color: #BA69A1;
}
.TagClassName
{
border-color: #BA69A1;
}
</style>