Shades of Bouquet #BA84A1
Tints of Bouquet #BA84A1
RGB
CMYK
RGB Variations
Color information
#BA84A1 (or 0xBA84A1) is known color: Bouquet. HEX triplet: BA, 84 and A1. RGB value is (186,132,161). Sum of RGB (Red+Green+Blue) = 186+132+161=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84A1 is #457B5E. Grayscale: #979797. Windows color (decimal): -4553567 or 10585274. OLE color: 10585274.
HSL color Cylindrical-coordinate representation of color #BA84A1: hue angle of 327.78º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BA84A1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 161 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.27 |
| HSL | 327.78º | 0.28% | 0.62% | - |
| HSV(B) | 327.78º | 0.29% | 0.73% | - |
| XYZ | 34.93 | 29.51 | 37.57 | - |
| YUV | 151.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 161 | 0 | 0.29 | 0.13 | 0.27 | 327.78 | 0.28 | 0.62 |
| Hex | BA | 84 | A1 | 0 | 1D | D | 1B | 148 | 1C | 3E |
| Octal | 272 | 204 | 241 | 0 | 35 | 15 | 33 | 510 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10100001 | 0 | 11101 | 1101 | 11011 | 101001000 | 11100 | 111110 |
Color Harmonies of #BA84A1
Complementary color
Monochromatic Colors of #BA84A1
Black with #BA84A1
Text Example
Text Example
White with #BA84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84A1; }
p { color: rgb(186,132,161); }
H1.HeaderClassName
{
color: #BA84A1;
}
.AnyTagClassName
{
color: #BA84A1;
}
</style>
background-color css
<style>
a { background-color: #BA84A1; }
a { background-color: rgb(186,132,161); }
div.DivClassName
{
background-color: #BA84A1;
}
.BgClassName
{
background-color: #BA84A1;
}
</style>
border-color css
<style>
span { border-color: #BA84A1; }
span { border-color: rgb(186,132,161); }
td.TdClassName
{
border-color: #BA84A1;
}
.TagClassName
{
border-color: #BA84A1;
}
</style>