Shades of Bouquet #BA719C
Tints of Bouquet #BA719C
RGB
CMYK
RGB Variations
Color information
#BA719C (or 0xBA719C) is known color: Bouquet. HEX triplet: BA, 71 and 9C. RGB value is (186,113,156). Sum of RGB (Red+Green+Blue) = 186+113+156=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA719C is #458E63. Grayscale: #8B8B8B. Windows color (decimal): -4558436 or 10252730. OLE color: 10252730.
HSL color Cylindrical-coordinate representation of color #BA719C: hue angle of 324.66º degrees, saturation: 0.35, 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 #BA719C is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 156 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.27 |
| HSL | 324.66º | 0.35% | 0.59% | - |
| HSV(B) | 324.66º | 0.39% | 0.73% | - |
| XYZ | 32.16 | 24.65 | 34.52 | - |
| YUV | 139.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 156 | 0 | 0.39 | 0.16 | 0.27 | 324.66 | 0.35 | 0.59 |
| Hex | BA | 71 | 9C | 0 | 27 | 10 | 1B | 145 | 23 | 3B |
| Octal | 272 | 161 | 234 | 0 | 47 | 20 | 33 | 505 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10011100 | 0 | 100111 | 10000 | 11011 | 101000101 | 100011 | 111011 |
Color Harmonies of #BA719C
Complementary color
Monochromatic Colors of #BA719C
Black with #BA719C
Text Example
Text Example
White with #BA719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA719C; }
p { color: rgb(186,113,156); }
H1.HeaderClassName
{
color: #BA719C;
}
.AnyTagClassName
{
color: #BA719C;
}
</style>
background-color css
<style>
a { background-color: #BA719C; }
a { background-color: rgb(186,113,156); }
div.DivClassName
{
background-color: #BA719C;
}
.BgClassName
{
background-color: #BA719C;
}
</style>
border-color css
<style>
span { border-color: #BA719C; }
span { border-color: rgb(186,113,156); }
td.TdClassName
{
border-color: #BA719C;
}
.TagClassName
{
border-color: #BA719C;
}
</style>