Shades of Bouquet #BA729E
Tints of Bouquet #BA729E
RGB
CMYK
RGB Variations
Color information
#BA729E (or 0xBA729E) is known color: Bouquet. HEX triplet: BA, 72 and 9E. RGB value is (186,114,158). Sum of RGB (Red+Green+Blue) = 186+114+158=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729E is #458D61. Grayscale: #8C8C8C. Windows color (decimal): -4558178 or 10384058. OLE color: 10384058.
HSL color Cylindrical-coordinate representation of color #BA729E: hue angle of 323.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA729E is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 158 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.27 |
| HSL | 323.33º | 0.34% | 0.59% | - |
| HSV(B) | 323.33º | 0.39% | 0.73% | - |
| XYZ | 32.44 | 24.94 | 35.45 | - |
| YUV | 140.54 | 137.85 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 158 | 0 | 0.39 | 0.15 | 0.27 | 323.33 | 0.34 | 0.59 |
| Hex | BA | 72 | 9E | 0 | 27 | F | 1B | 143 | 22 | 3B |
| Octal | 272 | 162 | 236 | 0 | 47 | 17 | 33 | 503 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10011110 | 0 | 100111 | 1111 | 11011 | 101000011 | 100010 | 111011 |
Color Harmonies of #BA729E
Complementary color
Monochromatic Colors of #BA729E
Black with #BA729E
Text Example
Text Example
White with #BA729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA729E; }
p { color: rgb(186,114,158); }
H1.HeaderClassName
{
color: #BA729E;
}
.AnyTagClassName
{
color: #BA729E;
}
</style>
background-color css
<style>
a { background-color: #BA729E; }
a { background-color: rgb(186,114,158); }
div.DivClassName
{
background-color: #BA729E;
}
.BgClassName
{
background-color: #BA729E;
}
</style>
border-color css
<style>
span { border-color: #BA729E; }
span { border-color: rgb(186,114,158); }
td.TdClassName
{
border-color: #BA729E;
}
.TagClassName
{
border-color: #BA729E;
}
</style>