Shades of Bouquet #BA709C
Tints of Bouquet #BA709C
RGB
CMYK
RGB Variations
Color information
#BA709C (or 0xBA709C) is known color: Bouquet. HEX triplet: BA, 70 and 9C. RGB value is (186,112,156). Sum of RGB (Red+Green+Blue) = 186+112+156=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA709C is #458F63. Grayscale: #8B8B8B. Windows color (decimal): -4558692 or 10252474. OLE color: 10252474.
HSL color Cylindrical-coordinate representation of color #BA709C: hue angle of 324.32º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA709C is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 156 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.27 |
| HSL | 324.32º | 0.35% | 0.58% | - |
| HSV(B) | 324.32º | 0.4% | 0.73% | - |
| XYZ | 32.04 | 24.43 | 34.48 | - |
| YUV | 139.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 156 | 0 | 0.40 | 0.16 | 0.27 | 324.32 | 0.35 | 0.58 |
| Hex | BA | 70 | 9C | 0 | 28 | 10 | 1B | 144 | 23 | 3A |
| Octal | 272 | 160 | 234 | 0 | 50 | 20 | 33 | 504 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10011100 | 0 | 101000 | 10000 | 11011 | 101000100 | 100011 | 111010 |
Color Harmonies of #BA709C
Complementary color
Monochromatic Colors of #BA709C
Black with #BA709C
Text Example
Text Example
White with #BA709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA709C; }
p { color: rgb(186,112,156); }
H1.HeaderClassName
{
color: #BA709C;
}
.AnyTagClassName
{
color: #BA709C;
}
</style>
background-color css
<style>
a { background-color: #BA709C; }
a { background-color: rgb(186,112,156); }
div.DivClassName
{
background-color: #BA709C;
}
.BgClassName
{
background-color: #BA709C;
}
</style>
border-color css
<style>
span { border-color: #BA709C; }
span { border-color: rgb(186,112,156); }
td.TdClassName
{
border-color: #BA709C;
}
.TagClassName
{
border-color: #BA709C;
}
</style>