Shades of Bouquet #BA76A1
Tints of Bouquet #BA76A1
RGB
CMYK
RGB Variations
Color information
#BA76A1 (or 0xBA76A1) is known color: Bouquet. HEX triplet: BA, 76 and A1. RGB value is (186,118,161). Sum of RGB (Red+Green+Blue) = 186+118+161=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76A1 is #45895E. Grayscale: #8F8F8F. Windows color (decimal): -4557151 or 10581690. OLE color: 10581690.
HSL color Cylindrical-coordinate representation of color #BA76A1: hue angle of 322.06º 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 #BA76A1 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 161 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.27 |
| HSL | 322.06º | 0.33% | 0.6% | - |
| HSV(B) | 322.06º | 0.37% | 0.73% | - |
| XYZ | 33.16 | 25.97 | 36.98 | - |
| YUV | 143.23 | 138.03 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 161 | 0 | 0.37 | 0.13 | 0.27 | 322.06 | 0.33 | 0.6 |
| Hex | BA | 76 | A1 | 0 | 25 | D | 1B | 142 | 21 | 3C |
| Octal | 272 | 166 | 241 | 0 | 45 | 15 | 33 | 502 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10100001 | 0 | 100101 | 1101 | 11011 | 101000010 | 100001 | 111100 |
Color Harmonies of #BA76A1
Complementary color
Monochromatic Colors of #BA76A1
Black with #BA76A1
Text Example
Text Example
White with #BA76A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76A1; }
p { color: rgb(186,118,161); }
H1.HeaderClassName
{
color: #BA76A1;
}
.AnyTagClassName
{
color: #BA76A1;
}
</style>
background-color css
<style>
a { background-color: #BA76A1; }
a { background-color: rgb(186,118,161); }
div.DivClassName
{
background-color: #BA76A1;
}
.BgClassName
{
background-color: #BA76A1;
}
</style>
border-color css
<style>
span { border-color: #BA76A1; }
span { border-color: rgb(186,118,161); }
td.TdClassName
{
border-color: #BA76A1;
}
.TagClassName
{
border-color: #BA76A1;
}
</style>