Shades of Bouquet #BA729C
Tints of Bouquet #BA729C
RGB
CMYK
RGB Variations
Color information
#BA729C (or 0xBA729C) is known color: Bouquet. HEX triplet: BA, 72 and 9C. RGB value is (186,114,156). Sum of RGB (Red+Green+Blue) = 186+114+156=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 114 (44.92% from 255 or 25% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729C is #458D63. Grayscale: #8C8C8C. Windows color (decimal): -4558180 or 10252986. OLE color: 10252986.
HSL color Cylindrical-coordinate representation of color #BA729C: hue angle of 325º 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 #BA729C is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 156 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.27 |
| HSL | 325º | 0.34% | 0.59% | - |
| HSV(B) | 325º | 0.39% | 0.73% | - |
| XYZ | 32.27 | 24.87 | 34.55 | - |
| YUV | 140.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 156 | 0 | 0.39 | 0.16 | 0.27 | 325 | 0.34 | 0.59 |
| Hex | BA | 72 | 9C | 0 | 27 | 10 | 1B | 145 | 22 | 3B |
| Octal | 272 | 162 | 234 | 0 | 47 | 20 | 33 | 505 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10011100 | 0 | 100111 | 10000 | 11011 | 101000101 | 100010 | 111011 |
Color Harmonies of #BA729C
Complementary color
Monochromatic Colors of #BA729C
Black with #BA729C
Text Example
Text Example
White with #BA729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA729C; }
p { color: rgb(186,114,156); }
H1.HeaderClassName
{
color: #BA729C;
}
.AnyTagClassName
{
color: #BA729C;
}
</style>
background-color css
<style>
a { background-color: #BA729C; }
a { background-color: rgb(186,114,156); }
div.DivClassName
{
background-color: #BA729C;
}
.BgClassName
{
background-color: #BA729C;
}
</style>
border-color css
<style>
span { border-color: #BA729C; }
span { border-color: rgb(186,114,156); }
td.TdClassName
{
border-color: #BA729C;
}
.TagClassName
{
border-color: #BA729C;
}
</style>