Shades of Bouquet #BA789B
Tints of Bouquet #BA789B
RGB
CMYK
RGB Variations
Color information
#BA789B (or 0xBA789B) is known color: Bouquet. HEX triplet: BA, 78 and 9B. RGB value is (186,120,155). Sum of RGB (Red+Green+Blue) = 186+120+155=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA789B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA789B is #458764. Grayscale: #8F8F8F. Windows color (decimal): -4556645 or 10188986. OLE color: 10188986.
HSL color Cylindrical-coordinate representation of color #BA789B: hue angle of 328.18º 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 #BA789B is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 155 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.27 |
| HSL | 328.18º | 0.32% | 0.6% | - |
| HSV(B) | 328.18º | 0.35% | 0.73% | - |
| XYZ | 32.88 | 26.24 | 34.34 | - |
| YUV | 143.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 155 | 0 | 0.35 | 0.17 | 0.27 | 328.18 | 0.32 | 0.6 |
| Hex | BA | 78 | 9B | 0 | 23 | 11 | 1B | 148 | 20 | 3C |
| Octal | 272 | 170 | 233 | 0 | 43 | 21 | 33 | 510 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10011011 | 0 | 100011 | 10001 | 11011 | 101001000 | 100000 | 111100 |
Color Harmonies of #BA789B
Complementary color
Monochromatic Colors of #BA789B
Black with #BA789B
Text Example
Text Example
White with #BA789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA789B; }
p { color: rgb(186,120,155); }
H1.HeaderClassName
{
color: #BA789B;
}
.AnyTagClassName
{
color: #BA789B;
}
</style>
background-color css
<style>
a { background-color: #BA789B; }
a { background-color: rgb(186,120,155); }
div.DivClassName
{
background-color: #BA789B;
}
.BgClassName
{
background-color: #BA789B;
}
</style>
border-color css
<style>
span { border-color: #BA789B; }
span { border-color: rgb(186,120,155); }
td.TdClassName
{
border-color: #BA789B;
}
.TagClassName
{
border-color: #BA789B;
}
</style>