Shades of Bouquet #BA78A9
Tints of Bouquet #BA78A9
RGB
CMYK
RGB Variations
Color information
#BA78A9 (or 0xBA78A9) is known color: Bouquet. HEX triplet: BA, 78 and A9. RGB value is (186,120,169). Sum of RGB (Red+Green+Blue) = 186+120+169=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78A9 is #458756. Grayscale: #919191. Windows color (decimal): -4556631 or 11106490. OLE color: 11106490.
HSL color Cylindrical-coordinate representation of color #BA78A9: hue angle of 315.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA78A9 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 169 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.27 |
| HSL | 315.45º | 0.32% | 0.6% | - |
| HSV(B) | 315.45º | 0.35% | 0.73% | - |
| XYZ | 34.13 | 26.74 | 40.9 | - |
| YUV | 145.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 169 | 0 | 0.35 | 0.09 | 0.27 | 315.45 | 0.32 | 0.6 |
| Hex | BA | 78 | A9 | 0 | 23 | 9 | 1B | 13B | 20 | 3C |
| Octal | 272 | 170 | 251 | 0 | 43 | 11 | 33 | 473 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10101001 | 0 | 100011 | 1001 | 11011 | 100111011 | 100000 | 111100 |
Color Harmonies of #BA78A9
Complementary color
Monochromatic Colors of #BA78A9
Black with #BA78A9
Text Example
Text Example
White with #BA78A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78A9; }
p { color: rgb(186,120,169); }
H1.HeaderClassName
{
color: #BA78A9;
}
.AnyTagClassName
{
color: #BA78A9;
}
</style>
background-color css
<style>
a { background-color: #BA78A9; }
a { background-color: rgb(186,120,169); }
div.DivClassName
{
background-color: #BA78A9;
}
.BgClassName
{
background-color: #BA78A9;
}
</style>
border-color css
<style>
span { border-color: #BA78A9; }
span { border-color: rgb(186,120,169); }
td.TdClassName
{
border-color: #BA78A9;
}
.TagClassName
{
border-color: #BA78A9;
}
</style>