Shades of Bouquet #BA7C9F
Tints of Bouquet #BA7C9F
RGB
CMYK
RGB Variations
Color information
#BA7C9F (or 0xBA7C9F) is known color: Bouquet. HEX triplet: BA, 7C and 9F. RGB value is (186,124,159). Sum of RGB (Red+Green+Blue) = 186+124+159=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7C9F is #458360. Grayscale: #929292. Windows color (decimal): -4555617 or 10452154. OLE color: 10452154.
HSL color Cylindrical-coordinate representation of color #BA7C9F: hue angle of 326.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7C9F is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 124 | 159 | - |
| CMYK | 0 | 0.33 | 0.15 | 0.27 |
| HSL | 326.13º | 0.31% | 0.61% | - |
| HSV(B) | 326.13º | 0.33% | 0.73% | - |
| XYZ | 33.72 | 27.36 | 36.3 | - |
| YUV | 146.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 159 | 0 | 0.33 | 0.15 | 0.27 | 326.13 | 0.31 | 0.61 |
| Hex | BA | 7C | 9F | 0 | 21 | F | 1B | 146 | 1F | 3D |
| Octal | 272 | 174 | 237 | 0 | 41 | 17 | 33 | 506 | 37 | 75 |
| Binary | 10111010 | 1111100 | 10011111 | 0 | 100001 | 1111 | 11011 | 101000110 | 11111 | 111101 |
Color Harmonies of #BA7C9F
Complementary color
Monochromatic Colors of #BA7C9F
Black with #BA7C9F
Text Example
Text Example
White with #BA7C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7C9F; }
p { color: rgb(186,124,159); }
H1.HeaderClassName
{
color: #BA7C9F;
}
.AnyTagClassName
{
color: #BA7C9F;
}
</style>
background-color css
<style>
a { background-color: #BA7C9F; }
a { background-color: rgb(186,124,159); }
div.DivClassName
{
background-color: #BA7C9F;
}
.BgClassName
{
background-color: #BA7C9F;
}
</style>
border-color css
<style>
span { border-color: #BA7C9F; }
span { border-color: rgb(186,124,159); }
td.TdClassName
{
border-color: #BA7C9F;
}
.TagClassName
{
border-color: #BA7C9F;
}
</style>