Shades of Bouquet #BA719B
Tints of Bouquet #BA719B
RGB
CMYK
RGB Variations
Color information
#BA719B (or 0xBA719B) is known color: Bouquet. HEX triplet: BA, 71 and 9B. RGB value is (186,113,155). Sum of RGB (Red+Green+Blue) = 186+113+155=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA719B is #458E64. Grayscale: #8B8B8B. Windows color (decimal): -4558437 or 10187194. OLE color: 10187194.
HSL color Cylindrical-coordinate representation of color #BA719B: hue angle of 325.48º 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 #BA719B is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 113 | 155 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.27 |
| HSL | 325.48º | 0.35% | 0.59% | - |
| HSV(B) | 325.48º | 0.39% | 0.73% | - |
| XYZ | 32.07 | 24.62 | 34.07 | - |
| YUV | 139.62 | 136.68 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 113 | 155 | 0 | 0.39 | 0.17 | 0.27 | 325.48 | 0.35 | 0.59 |
| Hex | BA | 71 | 9B | 0 | 27 | 11 | 1B | 145 | 23 | 3B |
| Octal | 272 | 161 | 233 | 0 | 47 | 21 | 33 | 505 | 43 | 73 |
| Binary | 10111010 | 1110001 | 10011011 | 0 | 100111 | 10001 | 11011 | 101000101 | 100011 | 111011 |
Color Harmonies of #BA719B
Complementary color
Monochromatic Colors of #BA719B
Black with #BA719B
Text Example
Text Example
White with #BA719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA719B; }
p { color: rgb(186,113,155); }
H1.HeaderClassName
{
color: #BA719B;
}
.AnyTagClassName
{
color: #BA719B;
}
</style>
background-color css
<style>
a { background-color: #BA719B; }
a { background-color: rgb(186,113,155); }
div.DivClassName
{
background-color: #BA719B;
}
.BgClassName
{
background-color: #BA719B;
}
</style>
border-color css
<style>
span { border-color: #BA719B; }
span { border-color: rgb(186,113,155); }
td.TdClassName
{
border-color: #BA719B;
}
.TagClassName
{
border-color: #BA719B;
}
</style>