Shades of Bouquet #BA7EA0
Tints of Bouquet #BA7EA0
RGB
CMYK
RGB Variations
Color information
#BA7EA0 (or 0xBA7EA0) is known color: Bouquet. HEX triplet: BA, 7E and A0. RGB value is (186,126,160). Sum of RGB (Red+Green+Blue) = 186+126+160=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EA0 is #45815F. Grayscale: #939393. Windows color (decimal): -4555104 or 10518202. OLE color: 10518202.
HSL color Cylindrical-coordinate representation of color #BA7EA0: hue angle of 326º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7EA0 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 160 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.27 |
| HSL | 326º | 0.3% | 0.61% | - |
| HSV(B) | 326º | 0.32% | 0.73% | - |
| XYZ | 34.06 | 27.9 | 36.85 | - |
| YUV | 147.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 160 | 0 | 0.32 | 0.14 | 0.27 | 326 | 0.3 | 0.61 |
| Hex | BA | 7E | A0 | 0 | 20 | E | 1B | 146 | 1E | 3D |
| Octal | 272 | 176 | 240 | 0 | 40 | 16 | 33 | 506 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10100000 | 0 | 100000 | 1110 | 11011 | 101000110 | 11110 | 111101 |
Color Harmonies of #BA7EA0
Complementary color
Monochromatic Colors of #BA7EA0
Black with #BA7EA0
Text Example
Text Example
White with #BA7EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EA0; }
p { color: rgb(186,126,160); }
H1.HeaderClassName
{
color: #BA7EA0;
}
.AnyTagClassName
{
color: #BA7EA0;
}
</style>
background-color css
<style>
a { background-color: #BA7EA0; }
a { background-color: rgb(186,126,160); }
div.DivClassName
{
background-color: #BA7EA0;
}
.BgClassName
{
background-color: #BA7EA0;
}
</style>
border-color css
<style>
span { border-color: #BA7EA0; }
span { border-color: rgb(186,126,160); }
td.TdClassName
{
border-color: #BA7EA0;
}
.TagClassName
{
border-color: #BA7EA0;
}
</style>