Shades of Bouquet #BA799D
Tints of Bouquet #BA799D
RGB
CMYK
RGB Variations
Color information
#BA799D (or 0xBA799D) is known color: Bouquet. HEX triplet: BA, 79 and 9D. RGB value is (186,121,157). Sum of RGB (Red+Green+Blue) = 186+121+157=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA799D is #458662. Grayscale: #909090. Windows color (decimal): -4556387 or 10320314. OLE color: 10320314.
HSL color Cylindrical-coordinate representation of color #BA799D: hue angle of 326.77º 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 #BA799D is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 121 | 157 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.27 |
| HSL | 326.77º | 0.32% | 0.6% | - |
| HSV(B) | 326.77º | 0.35% | 0.73% | - |
| XYZ | 33.17 | 26.55 | 35.27 | - |
| YUV | 144.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 121 | 157 | 0 | 0.35 | 0.16 | 0.27 | 326.77 | 0.32 | 0.6 |
| Hex | BA | 79 | 9D | 0 | 23 | 10 | 1B | 147 | 20 | 3C |
| Octal | 272 | 171 | 235 | 0 | 43 | 20 | 33 | 507 | 40 | 74 |
| Binary | 10111010 | 1111001 | 10011101 | 0 | 100011 | 10000 | 11011 | 101000111 | 100000 | 111100 |
Color Harmonies of #BA799D
Complementary color
Monochromatic Colors of #BA799D
Black with #BA799D
Text Example
Text Example
White with #BA799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA799D; }
p { color: rgb(186,121,157); }
H1.HeaderClassName
{
color: #BA799D;
}
.AnyTagClassName
{
color: #BA799D;
}
</style>
background-color css
<style>
a { background-color: #BA799D; }
a { background-color: rgb(186,121,157); }
div.DivClassName
{
background-color: #BA799D;
}
.BgClassName
{
background-color: #BA799D;
}
</style>
border-color css
<style>
span { border-color: #BA799D; }
span { border-color: rgb(186,121,157); }
td.TdClassName
{
border-color: #BA799D;
}
.TagClassName
{
border-color: #BA799D;
}
</style>