Shades of Bouquet #BA85A5
Tints of Bouquet #BA85A5
RGB
CMYK
RGB Variations
Color information
#BA85A5 (or 0xBA85A5) is known color: Bouquet. HEX triplet: BA, 85 and A5. RGB value is (186,133,165). Sum of RGB (Red+Green+Blue) = 186+133+165=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 186 - color contains mainly: red. Hex color #BA85A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA85A5 is #457A5A. Grayscale: #989898. Windows color (decimal): -4553307 or 10847674. OLE color: 10847674.
HSL color Cylindrical-coordinate representation of color #BA85A5: hue angle of 323.77º 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 #BA85A5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 133 | 165 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.27 |
| HSL | 323.77º | 0.28% | 0.63% | - |
| HSV(B) | 323.77º | 0.28% | 0.73% | - |
| XYZ | 35.43 | 29.93 | 39.51 | - |
| YUV | 152.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 165 | 0 | 0.28 | 0.11 | 0.27 | 323.77 | 0.28 | 0.63 |
| Hex | BA | 85 | A5 | 0 | 1C | B | 1B | 144 | 1C | 3F |
| Octal | 272 | 205 | 245 | 0 | 34 | 13 | 33 | 504 | 34 | 77 |
| Binary | 10111010 | 10000101 | 10100101 | 0 | 11100 | 1011 | 11011 | 101000100 | 11100 | 111111 |
Color Harmonies of #BA85A5
Complementary color
Monochromatic Colors of #BA85A5
Black with #BA85A5
Text Example
Text Example
White with #BA85A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85A5; }
p { color: rgb(186,133,165); }
H1.HeaderClassName
{
color: #BA85A5;
}
.AnyTagClassName
{
color: #BA85A5;
}
</style>
background-color css
<style>
a { background-color: #BA85A5; }
a { background-color: rgb(186,133,165); }
div.DivClassName
{
background-color: #BA85A5;
}
.BgClassName
{
background-color: #BA85A5;
}
</style>
border-color css
<style>
span { border-color: #BA85A5; }
span { border-color: rgb(186,133,165); }
td.TdClassName
{
border-color: #BA85A5;
}
.TagClassName
{
border-color: #BA85A5;
}
</style>