Shades of Bouquet #BA84A9
Tints of Bouquet #BA84A9
RGB
CMYK
RGB Variations
Color information
#BA84A9 (or 0xBA84A9) is known color: Bouquet. HEX triplet: BA, 84 and A9. RGB value is (186,132,169). Sum of RGB (Red+Green+Blue) = 186+132+169=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84A9 is #457B56. Grayscale: #989898. Windows color (decimal): -4553559 or 11109562. OLE color: 11109562.
HSL color Cylindrical-coordinate representation of color #BA84A9: hue angle of 318.89º 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 #BA84A9 is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 132 | 169 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.27 |
| HSL | 318.89º | 0.28% | 0.62% | - |
| HSV(B) | 318.89º | 0.29% | 0.73% | - |
| XYZ | 35.66 | 29.81 | 41.41 | - |
| YUV | 152.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 169 | 0 | 0.29 | 0.09 | 0.27 | 318.89 | 0.28 | 0.62 |
| Hex | BA | 84 | A9 | 0 | 1D | 9 | 1B | 13F | 1C | 3E |
| Octal | 272 | 204 | 251 | 0 | 35 | 11 | 33 | 477 | 34 | 76 |
| Binary | 10111010 | 10000100 | 10101001 | 0 | 11101 | 1001 | 11011 | 100111111 | 11100 | 111110 |
Color Harmonies of #BA84A9
Complementary color
Monochromatic Colors of #BA84A9
Black with #BA84A9
Text Example
Text Example
White with #BA84A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84A9; }
p { color: rgb(186,132,169); }
H1.HeaderClassName
{
color: #BA84A9;
}
.AnyTagClassName
{
color: #BA84A9;
}
</style>
background-color css
<style>
a { background-color: #BA84A9; }
a { background-color: rgb(186,132,169); }
div.DivClassName
{
background-color: #BA84A9;
}
.BgClassName
{
background-color: #BA84A9;
}
</style>
border-color css
<style>
span { border-color: #BA84A9; }
span { border-color: rgb(186,132,169); }
td.TdClassName
{
border-color: #BA84A9;
}
.TagClassName
{
border-color: #BA84A9;
}
</style>