Shades of Bouquet #BA78A6
Tints of Bouquet #BA78A6
RGB
CMYK
RGB Variations
Color information
#BA78A6 (or 0xBA78A6) is known color: Bouquet. HEX triplet: BA, 78 and A6. RGB value is (186,120,166). Sum of RGB (Red+Green+Blue) = 186+120+166=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA78A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA78A6 is #458759. Grayscale: #909090. Windows color (decimal): -4556634 or 10909882. OLE color: 10909882.
HSL color Cylindrical-coordinate representation of color #BA78A6: hue angle of 318.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 #BA78A6 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 120 | 166 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.27 |
| HSL | 318.18º | 0.32% | 0.6% | - |
| HSV(B) | 318.18º | 0.35% | 0.73% | - |
| XYZ | 33.85 | 26.63 | 39.43 | - |
| YUV | 144.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 120 | 166 | 0 | 0.35 | 0.11 | 0.27 | 318.18 | 0.32 | 0.6 |
| Hex | BA | 78 | A6 | 0 | 23 | B | 1B | 13E | 20 | 3C |
| Octal | 272 | 170 | 246 | 0 | 43 | 13 | 33 | 476 | 40 | 74 |
| Binary | 10111010 | 1111000 | 10100110 | 0 | 100011 | 1011 | 11011 | 100111110 | 100000 | 111100 |
Color Harmonies of #BA78A6
Complementary color
Monochromatic Colors of #BA78A6
Black with #BA78A6
Text Example
Text Example
White with #BA78A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA78A6; }
p { color: rgb(186,120,166); }
H1.HeaderClassName
{
color: #BA78A6;
}
.AnyTagClassName
{
color: #BA78A6;
}
</style>
background-color css
<style>
a { background-color: #BA78A6; }
a { background-color: rgb(186,120,166); }
div.DivClassName
{
background-color: #BA78A6;
}
.BgClassName
{
background-color: #BA78A6;
}
</style>
border-color css
<style>
span { border-color: #BA78A6; }
span { border-color: rgb(186,120,166); }
td.TdClassName
{
border-color: #BA78A6;
}
.TagClassName
{
border-color: #BA78A6;
}
</style>