Shades of Bouquet #BA75AB
Tints of Bouquet #BA75AB
RGB
CMYK
RGB Variations
Color information
#BA75AB (or 0xBA75AB) is known color: Bouquet. HEX triplet: BA, 75 and AB. RGB value is (186,117,171). Sum of RGB (Red+Green+Blue) = 186+117+171=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75AB is #458A54. Grayscale: #8F8F8F. Windows color (decimal): -4557397 or 11236794. OLE color: 11236794.
HSL color Cylindrical-coordinate representation of color #BA75AB: hue angle of 313.04º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA75AB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 171 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.27 |
| HSL | 313.04º | 0.33% | 0.59% | - |
| HSV(B) | 313.04º | 0.37% | 0.73% | - |
| XYZ | 33.96 | 26.1 | 41.78 | - |
| YUV | 143.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 171 | 0 | 0.37 | 0.08 | 0.27 | 313.04 | 0.33 | 0.59 |
| Hex | BA | 75 | AB | 0 | 25 | 8 | 1B | 139 | 21 | 3B |
| Octal | 272 | 165 | 253 | 0 | 45 | 10 | 33 | 471 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10101011 | 0 | 100101 | 1000 | 11011 | 100111001 | 100001 | 111011 |
Color Harmonies of #BA75AB
Complementary color
Monochromatic Colors of #BA75AB
Black with #BA75AB
Text Example
Text Example
White with #BA75AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75AB; }
p { color: rgb(186,117,171); }
H1.HeaderClassName
{
color: #BA75AB;
}
.AnyTagClassName
{
color: #BA75AB;
}
</style>
background-color css
<style>
a { background-color: #BA75AB; }
a { background-color: rgb(186,117,171); }
div.DivClassName
{
background-color: #BA75AB;
}
.BgClassName
{
background-color: #BA75AB;
}
</style>
border-color css
<style>
span { border-color: #BA75AB; }
span { border-color: rgb(186,117,171); }
td.TdClassName
{
border-color: #BA75AB;
}
.TagClassName
{
border-color: #BA75AB;
}
</style>