Shades of Bouquet #BA7AA8
Tints of Bouquet #BA7AA8
RGB
CMYK
RGB Variations
Color information
#BA7AA8 (or 0xBA7AA8) is known color: Bouquet. HEX triplet: BA, 7A and A8. RGB value is (186,122,168). Sum of RGB (Red+Green+Blue) = 186+122+168=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AA8 is #458557. Grayscale: #929292. Windows color (decimal): -4556120 or 11041466. OLE color: 11041466.
HSL color Cylindrical-coordinate representation of color #BA7AA8: hue angle of 316.88º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7AA8 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 168 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.27 |
| HSL | 316.88º | 0.32% | 0.6% | - |
| HSV(B) | 316.88º | 0.34% | 0.73% | - |
| XYZ | 34.28 | 27.19 | 40.49 | - |
| YUV | 146.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 168 | 0 | 0.34 | 0.10 | 0.27 | 316.88 | 0.32 | 0.6 |
| Hex | BA | 7A | A8 | 0 | 22 | A | 1B | 13D | 20 | 3C |
| Octal | 272 | 172 | 250 | 0 | 42 | 12 | 33 | 475 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10101000 | 0 | 100010 | 1010 | 11011 | 100111101 | 100000 | 111100 |
Color Harmonies of #BA7AA8
Complementary color
Monochromatic Colors of #BA7AA8
Black with #BA7AA8
Text Example
Text Example
White with #BA7AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AA8; }
p { color: rgb(186,122,168); }
H1.HeaderClassName
{
color: #BA7AA8;
}
.AnyTagClassName
{
color: #BA7AA8;
}
</style>
background-color css
<style>
a { background-color: #BA7AA8; }
a { background-color: rgb(186,122,168); }
div.DivClassName
{
background-color: #BA7AA8;
}
.BgClassName
{
background-color: #BA7AA8;
}
</style>
border-color css
<style>
span { border-color: #BA7AA8; }
span { border-color: rgb(186,122,168); }
td.TdClassName
{
border-color: #BA7AA8;
}
.TagClassName
{
border-color: #BA7AA8;
}
</style>