Shades of Bouquet #BA88A5
Tints of Bouquet #BA88A5
RGB
CMYK
RGB Variations
Color information
#BA88A5 (or 0xBA88A5) is known color: Bouquet. HEX triplet: BA, 88 and A5. RGB value is (186,136,165). Sum of RGB (Red+Green+Blue) = 186+136+165=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA88A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA88A5 is #45775A. Grayscale: #9A9A9A. Windows color (decimal): -4552539 or 10848442. OLE color: 10848442.
HSL color Cylindrical-coordinate representation of color #BA88A5: hue angle of 325.2º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BA88A5 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 136 | 165 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.27 |
| HSL | 325.2º | 0.27% | 0.63% | - |
| HSV(B) | 325.2º | 0.27% | 0.73% | - |
| XYZ | 35.85 | 30.76 | 39.65 | - |
| YUV | 154.26 | 134.07 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 165 | 0 | 0.27 | 0.11 | 0.27 | 325.2 | 0.27 | 0.63 |
| Hex | BA | 88 | A5 | 0 | 1B | B | 1B | 145 | 1B | 3F |
| Octal | 272 | 210 | 245 | 0 | 33 | 13 | 33 | 505 | 33 | 77 |
| Binary | 10111010 | 10001000 | 10100101 | 0 | 11011 | 1011 | 11011 | 101000101 | 11011 | 111111 |
Color Harmonies of #BA88A5
Complementary color
Monochromatic Colors of #BA88A5
Black with #BA88A5
Text Example
Text Example
White with #BA88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88A5; }
p { color: rgb(186,136,165); }
H1.HeaderClassName
{
color: #BA88A5;
}
.AnyTagClassName
{
color: #BA88A5;
}
</style>
background-color css
<style>
a { background-color: #BA88A5; }
a { background-color: rgb(186,136,165); }
div.DivClassName
{
background-color: #BA88A5;
}
.BgClassName
{
background-color: #BA88A5;
}
</style>
border-color css
<style>
span { border-color: #BA88A5; }
span { border-color: rgb(186,136,165); }
td.TdClassName
{
border-color: #BA88A5;
}
.TagClassName
{
border-color: #BA88A5;
}
</style>