Shades of Bouquet #BA75A0
Tints of Bouquet #BA75A0
RGB
CMYK
RGB Variations
Color information
#BA75A0 (or 0xBA75A0) is known color: Bouquet. HEX triplet: BA, 75 and A0. RGB value is (186,117,160). Sum of RGB (Red+Green+Blue) = 186+117+160=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A0 is #458A5F. Grayscale: #8E8E8E. Windows color (decimal): -4557408 or 10515898. OLE color: 10515898.
HSL color Cylindrical-coordinate representation of color #BA75A0: hue angle of 322.61º 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 #BA75A0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 117 | 160 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.27 |
| HSL | 322.61º | 0.33% | 0.59% | - |
| HSV(B) | 322.61º | 0.37% | 0.73% | - |
| XYZ | 32.96 | 25.7 | 36.48 | - |
| YUV | 142.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 160 | 0 | 0.37 | 0.14 | 0.27 | 322.61 | 0.33 | 0.59 |
| Hex | BA | 75 | A0 | 0 | 25 | E | 1B | 143 | 21 | 3B |
| Octal | 272 | 165 | 240 | 0 | 45 | 16 | 33 | 503 | 41 | 73 |
| Binary | 10111010 | 1110101 | 10100000 | 0 | 100101 | 1110 | 11011 | 101000011 | 100001 | 111011 |
Color Harmonies of #BA75A0
Complementary color
Monochromatic Colors of #BA75A0
Black with #BA75A0
Text Example
Text Example
White with #BA75A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75A0; }
p { color: rgb(186,117,160); }
H1.HeaderClassName
{
color: #BA75A0;
}
.AnyTagClassName
{
color: #BA75A0;
}
</style>
background-color css
<style>
a { background-color: #BA75A0; }
a { background-color: rgb(186,117,160); }
div.DivClassName
{
background-color: #BA75A0;
}
.BgClassName
{
background-color: #BA75A0;
}
</style>
border-color css
<style>
span { border-color: #BA75A0; }
span { border-color: rgb(186,117,160); }
td.TdClassName
{
border-color: #BA75A0;
}
.TagClassName
{
border-color: #BA75A0;
}
</style>