Shades of Bouquet #BA74AB
Tints of Bouquet #BA74AB
RGB
CMYK
RGB Variations
Color information
#BA74AB (or 0xBA74AB) is known color: Bouquet. HEX triplet: BA, 74 and AB. RGB value is (186,116,171). Sum of RGB (Red+Green+Blue) = 186+116+171=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74AB is #458B54. Grayscale: #8F8F8F. Windows color (decimal): -4557653 or 11236538. OLE color: 11236538.
HSL color Cylindrical-coordinate representation of color #BA74AB: hue angle of 312.86º 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 #BA74AB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 171 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.27 |
| HSL | 312.86º | 0.34% | 0.59% | - |
| HSV(B) | 312.86º | 0.38% | 0.73% | - |
| XYZ | 33.85 | 25.87 | 41.74 | - |
| YUV | 143.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 171 | 0 | 0.38 | 0.08 | 0.27 | 312.86 | 0.34 | 0.59 |
| Hex | BA | 74 | AB | 0 | 26 | 8 | 1B | 139 | 22 | 3B |
| Octal | 272 | 164 | 253 | 0 | 46 | 10 | 33 | 471 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10101011 | 0 | 100110 | 1000 | 11011 | 100111001 | 100010 | 111011 |
Color Harmonies of #BA74AB
Complementary color
Monochromatic Colors of #BA74AB
Black with #BA74AB
Text Example
Text Example
White with #BA74AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA74AB; }
p { color: rgb(186,116,171); }
H1.HeaderClassName
{
color: #BA74AB;
}
.AnyTagClassName
{
color: #BA74AB;
}
</style>
background-color css
<style>
a { background-color: #BA74AB; }
a { background-color: rgb(186,116,171); }
div.DivClassName
{
background-color: #BA74AB;
}
.BgClassName
{
background-color: #BA74AB;
}
</style>
border-color css
<style>
span { border-color: #BA74AB; }
span { border-color: rgb(186,116,171); }
td.TdClassName
{
border-color: #BA74AB;
}
.TagClassName
{
border-color: #BA74AB;
}
</style>