Shades of Bouquet #BA74A0
Tints of Bouquet #BA74A0
RGB
CMYK
RGB Variations
Color information
#BA74A0 (or 0xBA74A0) is known color: Bouquet. HEX triplet: BA, 74 and A0. RGB value is (186,116,160). Sum of RGB (Red+Green+Blue) = 186+116+160=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 116 (45.70% from 255 or 25.11% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74A0 is #458B5F. Grayscale: #8D8D8D. Windows color (decimal): -4557664 or 10515642. OLE color: 10515642.
HSL color Cylindrical-coordinate representation of color #BA74A0: hue angle of 322.29º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA74A0 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 160 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.27 |
| HSL | 322.29º | 0.34% | 0.59% | - |
| HSV(B) | 322.29º | 0.38% | 0.73% | - |
| XYZ | 32.84 | 25.47 | 36.44 | - |
| YUV | 141.95 | 138.19 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 160 | 0 | 0.38 | 0.14 | 0.27 | 322.29 | 0.34 | 0.59 |
| Hex | BA | 74 | A0 | 0 | 26 | E | 1B | 142 | 22 | 3B |
| Octal | 272 | 164 | 240 | 0 | 46 | 16 | 33 | 502 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10100000 | 0 | 100110 | 1110 | 11011 | 101000010 | 100010 | 111011 |
Color Harmonies of #BA74A0
Complementary color
Monochromatic Colors of #BA74A0
Black with #BA74A0
Text Example
Text Example
White with #BA74A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74A0; }
p { color: rgb(186,116,160); }
H1.HeaderClassName
{
color: #BA74A0;
}
.AnyTagClassName
{
color: #BA74A0;
}
</style>
background-color css
<style>
a { background-color: #BA74A0; }
a { background-color: rgb(186,116,160); }
div.DivClassName
{
background-color: #BA74A0;
}
.BgClassName
{
background-color: #BA74A0;
}
</style>
border-color css
<style>
span { border-color: #BA74A0; }
span { border-color: rgb(186,116,160); }
td.TdClassName
{
border-color: #BA74A0;
}
.TagClassName
{
border-color: #BA74A0;
}
</style>