Shades of Bouquet #BA74A1
Tints of Bouquet #BA74A1
RGB
CMYK
RGB Variations
Color information
#BA74A1 (or 0xBA74A1) is known color: Bouquet. HEX triplet: BA, 74 and A1. RGB value is (186,116,161). Sum of RGB (Red+Green+Blue) = 186+116+161=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74A1 is #458B5E. Grayscale: #8D8D8D. Windows color (decimal): -4557663 or 10581178. OLE color: 10581178.
HSL color Cylindrical-coordinate representation of color #BA74A1: hue angle of 321.43º 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 #BA74A1 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 161 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.27 |
| HSL | 321.43º | 0.34% | 0.59% | - |
| HSV(B) | 321.43º | 0.38% | 0.73% | - |
| XYZ | 32.93 | 25.5 | 36.91 | - |
| YUV | 142.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 161 | 0 | 0.38 | 0.13 | 0.27 | 321.43 | 0.34 | 0.59 |
| Hex | BA | 74 | A1 | 0 | 26 | D | 1B | 141 | 22 | 3B |
| Octal | 272 | 164 | 241 | 0 | 46 | 15 | 33 | 501 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10100001 | 0 | 100110 | 1101 | 11011 | 101000001 | 100010 | 111011 |
Color Harmonies of #BA74A1
Complementary color
Monochromatic Colors of #BA74A1
Black with #BA74A1
Text Example
Text Example
White with #BA74A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74A1; }
p { color: rgb(186,116,161); }
H1.HeaderClassName
{
color: #BA74A1;
}
.AnyTagClassName
{
color: #BA74A1;
}
</style>
background-color css
<style>
a { background-color: #BA74A1; }
a { background-color: rgb(186,116,161); }
div.DivClassName
{
background-color: #BA74A1;
}
.BgClassName
{
background-color: #BA74A1;
}
</style>
border-color css
<style>
span { border-color: #BA74A1; }
span { border-color: rgb(186,116,161); }
td.TdClassName
{
border-color: #BA74A1;
}
.TagClassName
{
border-color: #BA74A1;
}
</style>