Shades of Bouquet #BA729F
Tints of Bouquet #BA729F
RGB
CMYK
RGB Variations
Color information
#BA729F (or 0xBA729F) is known color: Bouquet. HEX triplet: BA, 72 and 9F. RGB value is (186,114,159). Sum of RGB (Red+Green+Blue) = 186+114+159=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729F is #458D60. Grayscale: #8C8C8C. Windows color (decimal): -4558177 or 10449594. OLE color: 10449594.
HSL color Cylindrical-coordinate representation of color #BA729F: hue angle of 322.5º 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 #BA729F is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 159 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.27 |
| HSL | 322.5º | 0.34% | 0.59% | - |
| HSV(B) | 322.5º | 0.39% | 0.73% | - |
| XYZ | 32.53 | 24.98 | 35.91 | - |
| YUV | 140.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 159 | 0 | 0.39 | 0.15 | 0.27 | 322.5 | 0.34 | 0.59 |
| Hex | BA | 72 | 9F | 0 | 27 | F | 1B | 142 | 22 | 3B |
| Octal | 272 | 162 | 237 | 0 | 47 | 17 | 33 | 502 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10011111 | 0 | 100111 | 1111 | 11011 | 101000010 | 100010 | 111011 |
Color Harmonies of #BA729F
Complementary color
Monochromatic Colors of #BA729F
Black with #BA729F
Text Example
Text Example
White with #BA729F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA729F; }
p { color: rgb(186,114,159); }
H1.HeaderClassName
{
color: #BA729F;
}
.AnyTagClassName
{
color: #BA729F;
}
</style>
background-color css
<style>
a { background-color: #BA729F; }
a { background-color: rgb(186,114,159); }
div.DivClassName
{
background-color: #BA729F;
}
.BgClassName
{
background-color: #BA729F;
}
</style>
border-color css
<style>
span { border-color: #BA729F; }
span { border-color: rgb(186,114,159); }
td.TdClassName
{
border-color: #BA729F;
}
.TagClassName
{
border-color: #BA729F;
}
</style>