Shades of Bouquet #BA73A5
Tints of Bouquet #BA73A5
RGB
CMYK
RGB Variations
Color information
#BA73A5 (or 0xBA73A5) is known color: Bouquet. HEX triplet: BA, 73 and A5. RGB value is (186,115,165). Sum of RGB (Red+Green+Blue) = 186+115+165=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 115 (45.31% from 255 or 24.68% from 466); Blue value is 165 (64.84% from 255 or 35.41% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73A5 is #458C5A. Grayscale: #8D8D8D. Windows color (decimal): -4557915 or 10843066. OLE color: 10843066.
HSL color Cylindrical-coordinate representation of color #BA73A5: hue angle of 317.75º 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 #BA73A5 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 115 | 165 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.27 |
| HSL | 317.75º | 0.34% | 0.59% | - |
| HSV(B) | 317.75º | 0.38% | 0.73% | - |
| XYZ | 33.17 | 25.42 | 38.75 | - |
| YUV | 141.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 165 | 0 | 0.38 | 0.11 | 0.27 | 317.75 | 0.34 | 0.59 |
| Hex | BA | 73 | A5 | 0 | 26 | B | 1B | 13E | 22 | 3B |
| Octal | 272 | 163 | 245 | 0 | 46 | 13 | 33 | 476 | 42 | 73 |
| Binary | 10111010 | 1110011 | 10100101 | 0 | 100110 | 1011 | 11011 | 100111110 | 100010 | 111011 |
Color Harmonies of #BA73A5
Complementary color
Monochromatic Colors of #BA73A5
Black with #BA73A5
Text Example
Text Example
White with #BA73A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73A5; }
p { color: rgb(186,115,165); }
H1.HeaderClassName
{
color: #BA73A5;
}
.AnyTagClassName
{
color: #BA73A5;
}
</style>
background-color css
<style>
a { background-color: #BA73A5; }
a { background-color: rgb(186,115,165); }
div.DivClassName
{
background-color: #BA73A5;
}
.BgClassName
{
background-color: #BA73A5;
}
</style>
border-color css
<style>
span { border-color: #BA73A5; }
span { border-color: rgb(186,115,165); }
td.TdClassName
{
border-color: #BA73A5;
}
.TagClassName
{
border-color: #BA73A5;
}
</style>