Shades of Bouquet #BA789A
Tints of Bouquet #BA789A
RGB
CMYK
RGB Variations
Color information
#BA789A (or 0xBA789A) is known color: Bouquet. HEX triplet: BA, 78 and 9A. RGB value is (186,120,154). Sum of RGB (Red+Green+Blue) = 186+120+154=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA789A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA789A is #458765. Grayscale: #8F8F8F. Windows color (decimal): -4556646 or 10123450. OLE color: 10123450.
HSL color Cylindrical-coordinate representation of color #BA789A: hue angle of 329.09º 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 #BA789A is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 154 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.27 |
| HSL | 329.09º | 0.32% | 0.6% | - |
| HSV(B) | 329.09º | 0.35% | 0.73% | - |
| XYZ | 32.8 | 26.21 | 33.9 | - |
| YUV | 143.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 154 | 0 | 0.35 | 0.17 | 0.27 | 329.09 | 0.32 | 0.6 |
| Hex | BA | 78 | 9A | 0 | 23 | 11 | 1B | 149 | 20 | 3C |
| Octal | 272 | 170 | 232 | 0 | 43 | 21 | 33 | 511 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10011010 | 0 | 100011 | 10001 | 11011 | 101001001 | 100000 | 111100 |
Color Harmonies of #BA789A
Complementary color
Monochromatic Colors of #BA789A
Black with #BA789A
Text Example
Text Example
White with #BA789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA789A; }
p { color: rgb(186,120,154); }
H1.HeaderClassName
{
color: #BA789A;
}
.AnyTagClassName
{
color: #BA789A;
}
</style>
background-color css
<style>
a { background-color: #BA789A; }
a { background-color: rgb(186,120,154); }
div.DivClassName
{
background-color: #BA789A;
}
.BgClassName
{
background-color: #BA789A;
}
</style>
border-color css
<style>
span { border-color: #BA789A; }
span { border-color: rgb(186,120,154); }
td.TdClassName
{
border-color: #BA789A;
}
.TagClassName
{
border-color: #BA789A;
}
</style>