Shades of Bouquet #BA719D
Tints of Bouquet #BA719D
RGB
CMYK
RGB Variations
Color information
#BA719D (or 0xBA719D) is known color: Bouquet. HEX triplet: BA, 71 and 9D. RGB value is (186,113,157). Sum of RGB (Red+Green+Blue) = 186+113+157=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA719D is #458E62. Grayscale: #8B8B8B. Windows color (decimal): -4558435 or 10318266. OLE color: 10318266.
HSL color Cylindrical-coordinate representation of color #BA719D: hue angle of 323.84º 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 #BA719D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 157 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.27 |
| HSL | 323.84º | 0.35% | 0.59% | - |
| HSV(B) | 323.84º | 0.39% | 0.73% | - |
| XYZ | 32.24 | 24.68 | 34.96 | - |
| YUV | 139.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 157 | 0 | 0.39 | 0.16 | 0.27 | 323.84 | 0.35 | 0.59 |
| Hex | BA | 71 | 9D | 0 | 27 | 10 | 1B | 144 | 23 | 3B |
| Octal | 272 | 161 | 235 | 0 | 47 | 20 | 33 | 504 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10011101 | 0 | 100111 | 10000 | 11011 | 101000100 | 100011 | 111011 |
Color Harmonies of #BA719D
Complementary color
Monochromatic Colors of #BA719D
Black with #BA719D
Text Example
Text Example
White with #BA719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA719D; }
p { color: rgb(186,113,157); }
H1.HeaderClassName
{
color: #BA719D;
}
.AnyTagClassName
{
color: #BA719D;
}
</style>
background-color css
<style>
a { background-color: #BA719D; }
a { background-color: rgb(186,113,157); }
div.DivClassName
{
background-color: #BA719D;
}
.BgClassName
{
background-color: #BA719D;
}
</style>
border-color css
<style>
span { border-color: #BA719D; }
span { border-color: rgb(186,113,157); }
td.TdClassName
{
border-color: #BA719D;
}
.TagClassName
{
border-color: #BA719D;
}
</style>