Shades of Bouquet #BA739F
Tints of Bouquet #BA739F
RGB
CMYK
RGB Variations
Color information
#BA739F (or 0xBA739F) is known color: Bouquet. HEX triplet: BA, 73 and 9F. RGB value is (186,115,159). Sum of RGB (Red+Green+Blue) = 186+115+159=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA739F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA739F is #458C60. Grayscale: #8D8D8D. Windows color (decimal): -4557921 or 10449850. OLE color: 10449850.
HSL color Cylindrical-coordinate representation of color #BA739F: hue angle of 322.82º 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 #BA739F is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 159 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.27 |
| HSL | 322.82º | 0.34% | 0.59% | - |
| HSV(B) | 322.82º | 0.38% | 0.73% | - |
| XYZ | 32.64 | 25.2 | 35.95 | - |
| YUV | 141.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 159 | 0 | 0.38 | 0.15 | 0.27 | 322.82 | 0.34 | 0.59 |
| Hex | BA | 73 | 9F | 0 | 26 | F | 1B | 143 | 22 | 3B |
| Octal | 272 | 163 | 237 | 0 | 46 | 17 | 33 | 503 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10011111 | 0 | 100110 | 1111 | 11011 | 101000011 | 100010 | 111011 |
Color Harmonies of #BA739F
Complementary color
Monochromatic Colors of #BA739F
Black with #BA739F
Text Example
Text Example
White with #BA739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA739F; }
p { color: rgb(186,115,159); }
H1.HeaderClassName
{
color: #BA739F;
}
.AnyTagClassName
{
color: #BA739F;
}
</style>
background-color css
<style>
a { background-color: #BA739F; }
a { background-color: rgb(186,115,159); }
div.DivClassName
{
background-color: #BA739F;
}
.BgClassName
{
background-color: #BA739F;
}
</style>
border-color css
<style>
span { border-color: #BA739F; }
span { border-color: rgb(186,115,159); }
td.TdClassName
{
border-color: #BA739F;
}
.TagClassName
{
border-color: #BA739F;
}
</style>