Shades of Bouquet #BA7E9A
Tints of Bouquet #BA7E9A
RGB
CMYK
RGB Variations
Color information
#BA7E9A (or 0xBA7E9A) is known color: Bouquet. HEX triplet: BA, 7E and 9A. RGB value is (186,126,154). Sum of RGB (Red+Green+Blue) = 186+126+154=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E9A is #458165. Grayscale: #939393. Windows color (decimal): -4555110 or 10124986. OLE color: 10124986.
HSL color Cylindrical-coordinate representation of color #BA7E9A: hue angle of 332º 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 #BA7E9A is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 126 | 154 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.27 |
| HSL | 332º | 0.3% | 0.61% | - |
| HSV(B) | 332º | 0.32% | 0.73% | - |
| XYZ | 33.54 | 27.69 | 34.15 | - |
| YUV | 147.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 154 | 0 | 0.32 | 0.17 | 0.27 | 332 | 0.3 | 0.61 |
| Hex | BA | 7E | 9A | 0 | 20 | 11 | 1B | 14C | 1E | 3D |
| Octal | 272 | 176 | 232 | 0 | 40 | 21 | 33 | 514 | 36 | 75 |
| Binary | 10111010 | 1111110 | 10011010 | 0 | 100000 | 10001 | 11011 | 101001100 | 11110 | 111101 |
Color Harmonies of #BA7E9A
Complementary color
Monochromatic Colors of #BA7E9A
Black with #BA7E9A
Text Example
Text Example
White with #BA7E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7E9A; }
p { color: rgb(186,126,154); }
H1.HeaderClassName
{
color: #BA7E9A;
}
.AnyTagClassName
{
color: #BA7E9A;
}
</style>
background-color css
<style>
a { background-color: #BA7E9A; }
a { background-color: rgb(186,126,154); }
div.DivClassName
{
background-color: #BA7E9A;
}
.BgClassName
{
background-color: #BA7E9A;
}
</style>
border-color css
<style>
span { border-color: #BA7E9A; }
span { border-color: rgb(186,126,154); }
td.TdClassName
{
border-color: #BA7E9A;
}
.TagClassName
{
border-color: #BA7E9A;
}
</style>