Shades of Bouquet #BA799B
Tints of Bouquet #BA799B
RGB
CMYK
RGB Variations
Color information
#BA799B (or 0xBA799B) is known color: Bouquet. HEX triplet: BA, 79 and 9B. RGB value is (186,121,155). Sum of RGB (Red+Green+Blue) = 186+121+155=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA799B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA799B is #458664. Grayscale: #909090. Windows color (decimal): -4556389 or 10189242. OLE color: 10189242.
HSL color Cylindrical-coordinate representation of color #BA799B: hue angle of 328.62º 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 #BA799B is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 155 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.27 |
| HSL | 328.62º | 0.32% | 0.6% | - |
| HSV(B) | 328.62º | 0.35% | 0.73% | - |
| XYZ | 33 | 26.48 | 34.38 | - |
| YUV | 144.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 155 | 0 | 0.35 | 0.17 | 0.27 | 328.62 | 0.32 | 0.6 |
| Hex | BA | 79 | 9B | 0 | 23 | 11 | 1B | 149 | 20 | 3C |
| Octal | 272 | 171 | 233 | 0 | 43 | 21 | 33 | 511 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10011011 | 0 | 100011 | 10001 | 11011 | 101001001 | 100000 | 111100 |
Color Harmonies of #BA799B
Complementary color
Monochromatic Colors of #BA799B
Black with #BA799B
Text Example
Text Example
White with #BA799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA799B; }
p { color: rgb(186,121,155); }
H1.HeaderClassName
{
color: #BA799B;
}
.AnyTagClassName
{
color: #BA799B;
}
</style>
background-color css
<style>
a { background-color: #BA799B; }
a { background-color: rgb(186,121,155); }
div.DivClassName
{
background-color: #BA799B;
}
.BgClassName
{
background-color: #BA799B;
}
</style>
border-color css
<style>
span { border-color: #BA799B; }
span { border-color: rgb(186,121,155); }
td.TdClassName
{
border-color: #BA799B;
}
.TagClassName
{
border-color: #BA799B;
}
</style>