Shades of Bouquet #BA6D9E
Tints of Bouquet #BA6D9E
RGB
CMYK
RGB Variations
Color information
#BA6D9E (or 0xBA6D9E) is known color: Bouquet. HEX triplet: BA, 6D and 9E. RGB value is (186,109,158). Sum of RGB (Red+Green+Blue) = 186+109+158=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9E is #459261. Grayscale: #898989. Windows color (decimal): -4559458 or 10382778. OLE color: 10382778.
HSL color Cylindrical-coordinate representation of color #BA6D9E: hue angle of 321.82º 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 #BA6D9E is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 109 | 158 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.27 |
| HSL | 321.82º | 0.36% | 0.58% | - |
| HSV(B) | 321.82º | 0.41% | 0.73% | - |
| XYZ | 31.89 | 23.85 | 35.27 | - |
| YUV | 137.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 158 | 0 | 0.41 | 0.15 | 0.27 | 321.82 | 0.36 | 0.58 |
| Hex | BA | 6D | 9E | 0 | 29 | F | 1B | 142 | 24 | 3A |
| Octal | 272 | 155 | 236 | 0 | 51 | 17 | 33 | 502 | 44 | 72 |
| Binary | 10111010 | 1101101 | 10011110 | 0 | 101001 | 1111 | 11011 | 101000010 | 100100 | 111010 |
Color Harmonies of #BA6D9E
Complementary color
Monochromatic Colors of #BA6D9E
Black with #BA6D9E
Text Example
Text Example
White with #BA6D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6D9E; }
p { color: rgb(186,109,158); }
H1.HeaderClassName
{
color: #BA6D9E;
}
.AnyTagClassName
{
color: #BA6D9E;
}
</style>
background-color css
<style>
a { background-color: #BA6D9E; }
a { background-color: rgb(186,109,158); }
div.DivClassName
{
background-color: #BA6D9E;
}
.BgClassName
{
background-color: #BA6D9E;
}
</style>
border-color css
<style>
span { border-color: #BA6D9E; }
span { border-color: rgb(186,109,158); }
td.TdClassName
{
border-color: #BA6D9E;
}
.TagClassName
{
border-color: #BA6D9E;
}
</style>