Shades of Bouquet #BA85A7
Tints of Bouquet #BA85A7
RGB
CMYK
RGB Variations
Color information
#BA85A7 (or 0xBA85A7) is known color: Bouquet. HEX triplet: BA, 85 and A7. RGB value is (186,133,167). Sum of RGB (Red+Green+Blue) = 186+133+167=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85A7 is #457A58. Grayscale: #989898. Windows color (decimal): -4553305 or 10978746. OLE color: 10978746.
HSL color Cylindrical-coordinate representation of color #BA85A7: hue angle of 321.51º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BA85A7 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 167 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.27 |
| HSL | 321.51º | 0.28% | 0.63% | - |
| HSV(B) | 321.51º | 0.28% | 0.73% | - |
| XYZ | 35.61 | 30 | 40.47 | - |
| YUV | 152.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 167 | 0 | 0.28 | 0.10 | 0.27 | 321.51 | 0.28 | 0.63 |
| Hex | BA | 85 | A7 | 0 | 1C | A | 1B | 142 | 1C | 3F |
| Octal | 272 | 205 | 247 | 0 | 34 | 12 | 33 | 502 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10100111 | 0 | 11100 | 1010 | 11011 | 101000010 | 11100 | 111111 |
Color Harmonies of #BA85A7
Complementary color
Monochromatic Colors of #BA85A7
Black with #BA85A7
Text Example
Text Example
White with #BA85A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85A7; }
p { color: rgb(186,133,167); }
H1.HeaderClassName
{
color: #BA85A7;
}
.AnyTagClassName
{
color: #BA85A7;
}
</style>
background-color css
<style>
a { background-color: #BA85A7; }
a { background-color: rgb(186,133,167); }
div.DivClassName
{
background-color: #BA85A7;
}
.BgClassName
{
background-color: #BA85A7;
}
</style>
border-color css
<style>
span { border-color: #BA85A7; }
span { border-color: rgb(186,133,167); }
td.TdClassName
{
border-color: #BA85A7;
}
.TagClassName
{
border-color: #BA85A7;
}
</style>