Shades of Bouquet #BA739E
Tints of Bouquet #BA739E
RGB
CMYK
RGB Variations
Color information
#BA739E (or 0xBA739E) is known color: Bouquet. HEX triplet: BA, 73 and 9E. RGB value is (186,115,158). Sum of RGB (Red+Green+Blue) = 186+115+158=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA739E is #458C61. Grayscale: #8D8D8D. Windows color (decimal): -4557922 or 10384314. OLE color: 10384314.
HSL color Cylindrical-coordinate representation of color #BA739E: hue angle of 323.66º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA739E is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 158 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.27 |
| HSL | 323.66º | 0.34% | 0.59% | - |
| HSV(B) | 323.66º | 0.38% | 0.73% | - |
| XYZ | 32.55 | 25.17 | 35.49 | - |
| YUV | 141.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 158 | 0 | 0.38 | 0.15 | 0.27 | 323.66 | 0.34 | 0.59 |
| Hex | BA | 73 | 9E | 0 | 26 | F | 1B | 144 | 22 | 3B |
| Octal | 272 | 163 | 236 | 0 | 46 | 17 | 33 | 504 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10011110 | 0 | 100110 | 1111 | 11011 | 101000100 | 100010 | 111011 |
Color Harmonies of #BA739E
Complementary color
Monochromatic Colors of #BA739E
Black with #BA739E
Text Example
Text Example
White with #BA739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA739E; }
p { color: rgb(186,115,158); }
H1.HeaderClassName
{
color: #BA739E;
}
.AnyTagClassName
{
color: #BA739E;
}
</style>
background-color css
<style>
a { background-color: #BA739E; }
a { background-color: rgb(186,115,158); }
div.DivClassName
{
background-color: #BA739E;
}
.BgClassName
{
background-color: #BA739E;
}
</style>
border-color css
<style>
span { border-color: #BA739E; }
span { border-color: rgb(186,115,158); }
td.TdClassName
{
border-color: #BA739E;
}
.TagClassName
{
border-color: #BA739E;
}
</style>