Shades of Bouquet #BA6D9F
Tints of Bouquet #BA6D9F
RGB
CMYK
RGB Variations
Color information
#BA6D9F (or 0xBA6D9F) is known color: Bouquet. HEX triplet: BA, 6D and 9F. RGB value is (186,109,159). Sum of RGB (Red+Green+Blue) = 186+109+159=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9F is #459260. Grayscale: #898989. Windows color (decimal): -4559457 or 10448314. OLE color: 10448314.
HSL color Cylindrical-coordinate representation of color #BA6D9F: hue angle of 321.04º 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 #BA6D9F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 159 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.27 |
| HSL | 321.04º | 0.36% | 0.58% | - |
| HSV(B) | 321.04º | 0.41% | 0.73% | - |
| XYZ | 31.98 | 23.88 | 35.72 | - |
| YUV | 137.72 | 140.01 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 159 | 0 | 0.41 | 0.15 | 0.27 | 321.04 | 0.36 | 0.58 |
| Hex | BA | 6D | 9F | 0 | 29 | F | 1B | 141 | 24 | 3A |
| Octal | 272 | 155 | 237 | 0 | 51 | 17 | 33 | 501 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10011111 | 0 | 101001 | 1111 | 11011 | 101000001 | 100100 | 111010 |
Color Harmonies of #BA6D9F
Complementary color
Monochromatic Colors of #BA6D9F
Black with #BA6D9F
Text Example
Text Example
White with #BA6D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D9F; }
p { color: rgb(186,109,159); }
H1.HeaderClassName
{
color: #BA6D9F;
}
.AnyTagClassName
{
color: #BA6D9F;
}
</style>
background-color css
<style>
a { background-color: #BA6D9F; }
a { background-color: rgb(186,109,159); }
div.DivClassName
{
background-color: #BA6D9F;
}
.BgClassName
{
background-color: #BA6D9F;
}
</style>
border-color css
<style>
span { border-color: #BA6D9F; }
span { border-color: rgb(186,109,159); }
td.TdClassName
{
border-color: #BA6D9F;
}
.TagClassName
{
border-color: #BA6D9F;
}
</style>