Shades of Bouquet #BA69A3
Tints of Bouquet #BA69A3
RGB
CMYK
RGB Variations
Color information
#BA69A3 (or 0xBA69A3) is known color: Bouquet. HEX triplet: BA, 69 and A3. RGB value is (186,105,163). Sum of RGB (Red+Green+Blue) = 186+105+163=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A3 is #45965C. Grayscale: #878787. Windows color (decimal): -4560477 or 10709434. OLE color: 10709434.
HSL color Cylindrical-coordinate representation of color #BA69A3: hue angle of 317.04º 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 #BA69A3 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 105 | 163 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.27 |
| HSL | 317.04º | 0.37% | 0.57% | - |
| HSV(B) | 317.04º | 0.44% | 0.73% | - |
| XYZ | 31.91 | 23.19 | 37.44 | - |
| YUV | 135.83 | 143.34 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 105 | 163 | 0 | 0.44 | 0.12 | 0.27 | 317.04 | 0.37 | 0.57 |
| Hex | BA | 69 | A3 | 0 | 2C | C | 1B | 13D | 25 | 39 |
| Octal | 272 | 151 | 243 | 0 | 54 | 14 | 33 | 475 | 45 | 71 |
| Binary | 10111010 | 1101001 | 10100011 | 0 | 101100 | 1100 | 11011 | 100111101 | 100101 | 111001 |
Color Harmonies of #BA69A3
Complementary color
Monochromatic Colors of #BA69A3
Black with #BA69A3
Text Example
Text Example
White with #BA69A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA69A3; }
p { color: rgb(186,105,163); }
H1.HeaderClassName
{
color: #BA69A3;
}
.AnyTagClassName
{
color: #BA69A3;
}
</style>
background-color css
<style>
a { background-color: #BA69A3; }
a { background-color: rgb(186,105,163); }
div.DivClassName
{
background-color: #BA69A3;
}
.BgClassName
{
background-color: #BA69A3;
}
</style>
border-color css
<style>
span { border-color: #BA69A3; }
span { border-color: rgb(186,105,163); }
td.TdClassName
{
border-color: #BA69A3;
}
.TagClassName
{
border-color: #BA69A3;
}
</style>