Shades of Bouquet #BA709D
Tints of Bouquet #BA709D
RGB
CMYK
RGB Variations
Color information
#BA709D (or 0xBA709D) is known color: Bouquet. HEX triplet: BA, 70 and 9D. RGB value is (186,112,157). Sum of RGB (Red+Green+Blue) = 186+112+157=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA709D is #458F62. Grayscale: #8B8B8B. Windows color (decimal): -4558691 or 10318010. OLE color: 10318010.
HSL color Cylindrical-coordinate representation of color #BA709D: hue angle of 323.51º 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 #BA709D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 112 | 157 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.27 |
| HSL | 323.51º | 0.35% | 0.58% | - |
| HSV(B) | 323.51º | 0.4% | 0.73% | - |
| XYZ | 32.13 | 24.46 | 34.93 | - |
| YUV | 139.26 | 138.02 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 112 | 157 | 0 | 0.40 | 0.16 | 0.27 | 323.51 | 0.35 | 0.58 |
| Hex | BA | 70 | 9D | 0 | 28 | 10 | 1B | 144 | 23 | 3A |
| Octal | 272 | 160 | 235 | 0 | 50 | 20 | 33 | 504 | 43 | 72 |
| Binary | 10111010 | 1110000 | 10011101 | 0 | 101000 | 10000 | 11011 | 101000100 | 100011 | 111010 |
Color Harmonies of #BA709D
Complementary color
Monochromatic Colors of #BA709D
Black with #BA709D
Text Example
Text Example
White with #BA709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA709D; }
p { color: rgb(186,112,157); }
H1.HeaderClassName
{
color: #BA709D;
}
.AnyTagClassName
{
color: #BA709D;
}
</style>
background-color css
<style>
a { background-color: #BA709D; }
a { background-color: rgb(186,112,157); }
div.DivClassName
{
background-color: #BA709D;
}
.BgClassName
{
background-color: #BA709D;
}
</style>
border-color css
<style>
span { border-color: #BA709D; }
span { border-color: rgb(186,112,157); }
td.TdClassName
{
border-color: #BA709D;
}
.TagClassName
{
border-color: #BA709D;
}
</style>