Shades of Bouquet #BA6E9C
Tints of Bouquet #BA6E9C
RGB
CMYK
RGB Variations
Color information
#BA6E9C (or 0xBA6E9C) is known color: Bouquet. HEX triplet: BA, 6E and 9C. RGB value is (186,110,156). Sum of RGB (Red+Green+Blue) = 186+110+156=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6E9C is #459163. Grayscale: #898989. Windows color (decimal): -4559204 or 10251962. OLE color: 10251962.
HSL color Cylindrical-coordinate representation of color #BA6E9C: hue angle of 323.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA6E9C is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 110 | 156 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.27 |
| HSL | 323.68º | 0.36% | 0.58% | - |
| HSV(B) | 323.68º | 0.41% | 0.73% | - |
| XYZ | 31.83 | 23.99 | 34.41 | - |
| YUV | 137.97 | 138.18 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 156 | 0 | 0.41 | 0.16 | 0.27 | 323.68 | 0.36 | 0.58 |
| Hex | BA | 6E | 9C | 0 | 29 | 10 | 1B | 144 | 24 | 3A |
| Octal | 272 | 156 | 234 | 0 | 51 | 20 | 33 | 504 | 44 | 72 |
| Binary | 10111010 | 1101110 | 10011100 | 0 | 101001 | 10000 | 11011 | 101000100 | 100100 | 111010 |
Color Harmonies of #BA6E9C
Complementary color
Monochromatic Colors of #BA6E9C
Black with #BA6E9C
Text Example
Text Example
White with #BA6E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6E9C; }
p { color: rgb(186,110,156); }
H1.HeaderClassName
{
color: #BA6E9C;
}
.AnyTagClassName
{
color: #BA6E9C;
}
</style>
background-color css
<style>
a { background-color: #BA6E9C; }
a { background-color: rgb(186,110,156); }
div.DivClassName
{
background-color: #BA6E9C;
}
.BgClassName
{
background-color: #BA6E9C;
}
</style>
border-color css
<style>
span { border-color: #BA6E9C; }
span { border-color: rgb(186,110,156); }
td.TdClassName
{
border-color: #BA6E9C;
}
.TagClassName
{
border-color: #BA6E9C;
}
</style>