Shades of Bouquet #BA81A0
Tints of Bouquet #BA81A0
RGB
CMYK
RGB Variations
Color information
#BA81A0 (or 0xBA81A0) is known color: Bouquet. HEX triplet: BA, 81 and A0. RGB value is (186,129,160). Sum of RGB (Red+Green+Blue) = 186+129+160=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81A0 is #457E5F. Grayscale: #959595. Windows color (decimal): -4554336 or 10518970. OLE color: 10518970.
HSL color Cylindrical-coordinate representation of color #BA81A0: hue angle of 327.37º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA81A0 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 129 | 160 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.27 |
| HSL | 327.37º | 0.29% | 0.62% | - |
| HSV(B) | 327.37º | 0.31% | 0.73% | - |
| XYZ | 34.45 | 28.68 | 36.98 | - |
| YUV | 149.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 129 | 160 | 0 | 0.31 | 0.14 | 0.27 | 327.37 | 0.29 | 0.62 |
| Hex | BA | 81 | A0 | 0 | 1F | E | 1B | 147 | 1D | 3E |
| Octal | 272 | 201 | 240 | 0 | 37 | 16 | 33 | 507 | 35 | 76 |
| Binary | 10111010 | 10000001 | 10100000 | 0 | 11111 | 1110 | 11011 | 101000111 | 11101 | 111110 |
Color Harmonies of #BA81A0
Complementary color
Monochromatic Colors of #BA81A0
Black with #BA81A0
Text Example
Text Example
White with #BA81A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA81A0; }
p { color: rgb(186,129,160); }
H1.HeaderClassName
{
color: #BA81A0;
}
.AnyTagClassName
{
color: #BA81A0;
}
</style>
background-color css
<style>
a { background-color: #BA81A0; }
a { background-color: rgb(186,129,160); }
div.DivClassName
{
background-color: #BA81A0;
}
.BgClassName
{
background-color: #BA81A0;
}
</style>
border-color css
<style>
span { border-color: #BA81A0; }
span { border-color: rgb(186,129,160); }
td.TdClassName
{
border-color: #BA81A0;
}
.TagClassName
{
border-color: #BA81A0;
}
</style>