Shades of Bouquet #BA7BA4
Tints of Bouquet #BA7BA4
RGB
CMYK
RGB Variations
Color information
#BA7BA4 (or 0xBA7BA4) is known color: Bouquet. HEX triplet: BA, 7B and A4. RGB value is (186,123,164). Sum of RGB (Red+Green+Blue) = 186+123+164=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA4 is #45845B. Grayscale: #929292. Windows color (decimal): -4555868 or 10779578. OLE color: 10779578.
HSL color Cylindrical-coordinate representation of color #BA7BA4: hue angle of 320.95º 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 #BA7BA4 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 164 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.27 |
| HSL | 320.95º | 0.31% | 0.61% | - |
| HSV(B) | 320.95º | 0.34% | 0.73% | - |
| XYZ | 34.03 | 27.29 | 38.59 | - |
| YUV | 146.51 | 137.87 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 164 | 0 | 0.34 | 0.12 | 0.27 | 320.95 | 0.31 | 0.61 |
| Hex | BA | 7B | A4 | 0 | 22 | C | 1B | 141 | 1F | 3D |
| Octal | 272 | 173 | 244 | 0 | 42 | 14 | 33 | 501 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10100100 | 0 | 100010 | 1100 | 11011 | 101000001 | 11111 | 111101 |
Color Harmonies of #BA7BA4
Complementary color
Monochromatic Colors of #BA7BA4
Black with #BA7BA4
Text Example
Text Example
White with #BA7BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BA4; }
p { color: rgb(186,123,164); }
H1.HeaderClassName
{
color: #BA7BA4;
}
.AnyTagClassName
{
color: #BA7BA4;
}
</style>
background-color css
<style>
a { background-color: #BA7BA4; }
a { background-color: rgb(186,123,164); }
div.DivClassName
{
background-color: #BA7BA4;
}
.BgClassName
{
background-color: #BA7BA4;
}
</style>
border-color css
<style>
span { border-color: #BA7BA4; }
span { border-color: rgb(186,123,164); }
td.TdClassName
{
border-color: #BA7BA4;
}
.TagClassName
{
border-color: #BA7BA4;
}
</style>