Shades of Bouquet #BA7F9A
Tints of Bouquet #BA7F9A
RGB
CMYK
RGB Variations
Color information
#BA7F9A (or 0xBA7F9A) is known color: Bouquet. HEX triplet: BA, 7F and 9A. RGB value is (186,127,154). Sum of RGB (Red+Green+Blue) = 186+127+154=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9A is #458065. Grayscale: #939393. Windows color (decimal): -4554854 or 10125242. OLE color: 10125242.
HSL color Cylindrical-coordinate representation of color #BA7F9A: hue angle of 332.54º 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 #BA7F9A is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 154 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.27 |
| HSL | 332.54º | 0.3% | 0.61% | - |
| HSV(B) | 332.54º | 0.32% | 0.73% | - |
| XYZ | 33.67 | 27.95 | 34.19 | - |
| YUV | 147.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 154 | 0 | 0.32 | 0.17 | 0.27 | 332.54 | 0.3 | 0.61 |
| Hex | BA | 7F | 9A | 0 | 20 | 11 | 1B | 14D | 1E | 3D |
| Octal | 272 | 177 | 232 | 0 | 40 | 21 | 33 | 515 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10011010 | 0 | 100000 | 10001 | 11011 | 101001101 | 11110 | 111101 |
Color Harmonies of #BA7F9A
Complementary color
Monochromatic Colors of #BA7F9A
Black with #BA7F9A
Text Example
Text Example
White with #BA7F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F9A; }
p { color: rgb(186,127,154); }
H1.HeaderClassName
{
color: #BA7F9A;
}
.AnyTagClassName
{
color: #BA7F9A;
}
</style>
background-color css
<style>
a { background-color: #BA7F9A; }
a { background-color: rgb(186,127,154); }
div.DivClassName
{
background-color: #BA7F9A;
}
.BgClassName
{
background-color: #BA7F9A;
}
</style>
border-color css
<style>
span { border-color: #BA7F9A; }
span { border-color: rgb(186,127,154); }
td.TdClassName
{
border-color: #BA7F9A;
}
.TagClassName
{
border-color: #BA7F9A;
}
</style>