Shades of Bouquet #BA76AA
Tints of Bouquet #BA76AA
RGB
CMYK
RGB Variations
Color information
#BA76AA (or 0xBA76AA) is known color: Bouquet. HEX triplet: BA, 76 and AA. RGB value is (186,118,170). Sum of RGB (Red+Green+Blue) = 186+118+170=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76AA is #458955. Grayscale: #909090. Windows color (decimal): -4557142 or 11171514. OLE color: 11171514.
HSL color Cylindrical-coordinate representation of color #BA76AA: hue angle of 314.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76AA is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 170 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.27 |
| HSL | 314.12º | 0.33% | 0.6% | - |
| HSV(B) | 314.12º | 0.37% | 0.73% | - |
| XYZ | 33.98 | 26.3 | 41.32 | - |
| YUV | 144.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 170 | 0 | 0.37 | 0.09 | 0.27 | 314.12 | 0.33 | 0.6 |
| Hex | BA | 76 | AA | 0 | 25 | 9 | 1B | 13A | 21 | 3C |
| Octal | 272 | 166 | 252 | 0 | 45 | 11 | 33 | 472 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10101010 | 0 | 100101 | 1001 | 11011 | 100111010 | 100001 | 111100 |
Color Harmonies of #BA76AA
Complementary color
Monochromatic Colors of #BA76AA
Black with #BA76AA
Text Example
Text Example
White with #BA76AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76AA; }
p { color: rgb(186,118,170); }
H1.HeaderClassName
{
color: #BA76AA;
}
.AnyTagClassName
{
color: #BA76AA;
}
</style>
background-color css
<style>
a { background-color: #BA76AA; }
a { background-color: rgb(186,118,170); }
div.DivClassName
{
background-color: #BA76AA;
}
.BgClassName
{
background-color: #BA76AA;
}
</style>
border-color css
<style>
span { border-color: #BA76AA; }
span { border-color: rgb(186,118,170); }
td.TdClassName
{
border-color: #BA76AA;
}
.TagClassName
{
border-color: #BA76AA;
}
</style>