Shades of Bouquet #BA7A9E
Tints of Bouquet #BA7A9E
RGB
CMYK
RGB Variations
Color information
#BA7A9E (or 0xBA7A9E) is known color: Bouquet. HEX triplet: BA, 7A and 9E. RGB value is (186,122,158). Sum of RGB (Red+Green+Blue) = 186+122+158=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A9E is #458561. Grayscale: #919191. Windows color (decimal): -4556130 or 10386106. OLE color: 10386106.
HSL color Cylindrical-coordinate representation of color #BA7A9E: hue angle of 326.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A9E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 122 | 158 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.27 |
| HSL | 326.25º | 0.32% | 0.6% | - |
| HSV(B) | 326.25º | 0.34% | 0.73% | - |
| XYZ | 33.38 | 26.83 | 35.77 | - |
| YUV | 145.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 158 | 0 | 0.34 | 0.15 | 0.27 | 326.25 | 0.32 | 0.6 |
| Hex | BA | 7A | 9E | 0 | 22 | F | 1B | 146 | 20 | 3C |
| Octal | 272 | 172 | 236 | 0 | 42 | 17 | 33 | 506 | 40 | 74 |
| Binary | 10111010 | 1111010 | 10011110 | 0 | 100010 | 1111 | 11011 | 101000110 | 100000 | 111100 |
Color Harmonies of #BA7A9E
Complementary color
Monochromatic Colors of #BA7A9E
Black with #BA7A9E
Text Example
Text Example
White with #BA7A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7A9E; }
p { color: rgb(186,122,158); }
H1.HeaderClassName
{
color: #BA7A9E;
}
.AnyTagClassName
{
color: #BA7A9E;
}
</style>
background-color css
<style>
a { background-color: #BA7A9E; }
a { background-color: rgb(186,122,158); }
div.DivClassName
{
background-color: #BA7A9E;
}
.BgClassName
{
background-color: #BA7A9E;
}
</style>
border-color css
<style>
span { border-color: #BA7A9E; }
span { border-color: rgb(186,122,158); }
td.TdClassName
{
border-color: #BA7A9E;
}
.TagClassName
{
border-color: #BA7A9E;
}
</style>