Shades of Bouquet #BA679F
Tints of Bouquet #BA679F
RGB
CMYK
RGB Variations
Color information
#BA679F (or 0xBA679F) is known color: Bouquet. HEX triplet: BA, 67 and 9F. RGB value is (186,103,159). Sum of RGB (Red+Green+Blue) = 186+103+159=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA679F is #459860. Grayscale: #868686. Windows color (decimal): -4560993 or 10446778. OLE color: 10446778.
HSL color Cylindrical-coordinate representation of color #BA679F: hue angle of 319.52º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA679F is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 103 | 159 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.27 |
| HSL | 319.52º | 0.38% | 0.57% | - |
| HSV(B) | 319.52º | 0.45% | 0.73% | - |
| XYZ | 31.36 | 22.64 | 35.52 | - |
| YUV | 134.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 103 | 159 | 0 | 0.45 | 0.15 | 0.27 | 319.52 | 0.38 | 0.57 |
| Hex | BA | 67 | 9F | 0 | 2D | F | 1B | 140 | 26 | 39 |
| Octal | 272 | 147 | 237 | 0 | 55 | 17 | 33 | 500 | 46 | 71 |
| Binary | 10111010 | 1100111 | 10011111 | 0 | 101101 | 1111 | 11011 | 101000000 | 100110 | 111001 |
Color Harmonies of #BA679F
Complementary color
Monochromatic Colors of #BA679F
Black with #BA679F
Text Example
Text Example
White with #BA679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA679F; }
p { color: rgb(186,103,159); }
H1.HeaderClassName
{
color: #BA679F;
}
.AnyTagClassName
{
color: #BA679F;
}
</style>
background-color css
<style>
a { background-color: #BA679F; }
a { background-color: rgb(186,103,159); }
div.DivClassName
{
background-color: #BA679F;
}
.BgClassName
{
background-color: #BA679F;
}
</style>
border-color css
<style>
span { border-color: #BA679F; }
span { border-color: rgb(186,103,159); }
td.TdClassName
{
border-color: #BA679F;
}
.TagClassName
{
border-color: #BA679F;
}
</style>