Shades of Bouquet #BA7BA8
Tints of Bouquet #BA7BA8
RGB
CMYK
RGB Variations
Color information
#BA7BA8 (or 0xBA7BA8) is known color: Bouquet. HEX triplet: BA, 7B and A8. RGB value is (186,123,168). Sum of RGB (Red+Green+Blue) = 186+123+168=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA8 is #458457. Grayscale: #929292. Windows color (decimal): -4555864 or 11041722. OLE color: 11041722.
HSL color Cylindrical-coordinate representation of color #BA7BA8: hue angle of 317.14º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7BA8 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 168 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.27 |
| HSL | 317.14º | 0.31% | 0.61% | - |
| HSV(B) | 317.14º | 0.34% | 0.73% | - |
| XYZ | 34.4 | 27.43 | 40.53 | - |
| YUV | 146.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 168 | 0 | 0.34 | 0.10 | 0.27 | 317.14 | 0.31 | 0.61 |
| Hex | BA | 7B | A8 | 0 | 22 | A | 1B | 13D | 1F | 3D |
| Octal | 272 | 173 | 250 | 0 | 42 | 12 | 33 | 475 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10101000 | 0 | 100010 | 1010 | 11011 | 100111101 | 11111 | 111101 |
Color Harmonies of #BA7BA8
Complementary color
Monochromatic Colors of #BA7BA8
Black with #BA7BA8
Text Example
Text Example
White with #BA7BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BA8; }
p { color: rgb(186,123,168); }
H1.HeaderClassName
{
color: #BA7BA8;
}
.AnyTagClassName
{
color: #BA7BA8;
}
</style>
background-color css
<style>
a { background-color: #BA7BA8; }
a { background-color: rgb(186,123,168); }
div.DivClassName
{
background-color: #BA7BA8;
}
.BgClassName
{
background-color: #BA7BA8;
}
</style>
border-color css
<style>
span { border-color: #BA7BA8; }
span { border-color: rgb(186,123,168); }
td.TdClassName
{
border-color: #BA7BA8;
}
.TagClassName
{
border-color: #BA7BA8;
}
</style>