Shades of Bouquet #BA739A
Tints of Bouquet #BA739A
RGB
CMYK
RGB Variations
Color information
#BA739A (or 0xBA739A) is known color: Bouquet. HEX triplet: BA, 73 and 9A. RGB value is (186,115,154). Sum of RGB (Red+Green+Blue) = 186+115+154=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA739A is #458C65. Grayscale: #8C8C8C. Windows color (decimal): -4557926 or 10122170. OLE color: 10122170.
HSL color Cylindrical-coordinate representation of color #BA739A: hue angle of 327.04º 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 #BA739A is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 154 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.27 |
| HSL | 327.04º | 0.34% | 0.59% | - |
| HSV(B) | 327.04º | 0.38% | 0.73% | - |
| XYZ | 32.21 | 25.03 | 33.71 | - |
| YUV | 140.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 154 | 0 | 0.38 | 0.17 | 0.27 | 327.04 | 0.34 | 0.59 |
| Hex | BA | 73 | 9A | 0 | 26 | 11 | 1B | 147 | 22 | 3B |
| Octal | 272 | 163 | 232 | 0 | 46 | 21 | 33 | 507 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10011010 | 0 | 100110 | 10001 | 11011 | 101000111 | 100010 | 111011 |
Color Harmonies of #BA739A
Complementary color
Monochromatic Colors of #BA739A
Black with #BA739A
Text Example
Text Example
White with #BA739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA739A; }
p { color: rgb(186,115,154); }
H1.HeaderClassName
{
color: #BA739A;
}
.AnyTagClassName
{
color: #BA739A;
}
</style>
background-color css
<style>
a { background-color: #BA739A; }
a { background-color: rgb(186,115,154); }
div.DivClassName
{
background-color: #BA739A;
}
.BgClassName
{
background-color: #BA739A;
}
</style>
border-color css
<style>
span { border-color: #BA739A; }
span { border-color: rgb(186,115,154); }
td.TdClassName
{
border-color: #BA739A;
}
.TagClassName
{
border-color: #BA739A;
}
</style>