Shades of Bouquet #BA80A2
Tints of Bouquet #BA80A2
RGB
CMYK
RGB Variations
Color information
#BA80A2 (or 0xBA80A2) is known color: Bouquet. HEX triplet: BA, 80 and A2. RGB value is (186,128,162). Sum of RGB (Red+Green+Blue) = 186+128+162=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A2 is #457F5D. Grayscale: #959595. Windows color (decimal): -4554590 or 10649786. OLE color: 10649786.
HSL color Cylindrical-coordinate representation of color #BA80A2: hue angle of 324.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80A2 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 162 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.27 |
| HSL | 324.83º | 0.3% | 0.62% | - |
| HSV(B) | 324.83º | 0.31% | 0.73% | - |
| XYZ | 34.49 | 28.49 | 37.86 | - |
| YUV | 149.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 162 | 0 | 0.31 | 0.13 | 0.27 | 324.83 | 0.3 | 0.62 |
| Hex | BA | 80 | A2 | 0 | 1F | D | 1B | 145 | 1E | 3E |
| Octal | 272 | 200 | 242 | 0 | 37 | 15 | 33 | 505 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10100010 | 0 | 11111 | 1101 | 11011 | 101000101 | 11110 | 111110 |
Color Harmonies of #BA80A2
Complementary color
Monochromatic Colors of #BA80A2
Black with #BA80A2
Text Example
Text Example
White with #BA80A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80A2; }
p { color: rgb(186,128,162); }
H1.HeaderClassName
{
color: #BA80A2;
}
.AnyTagClassName
{
color: #BA80A2;
}
</style>
background-color css
<style>
a { background-color: #BA80A2; }
a { background-color: rgb(186,128,162); }
div.DivClassName
{
background-color: #BA80A2;
}
.BgClassName
{
background-color: #BA80A2;
}
</style>
border-color css
<style>
span { border-color: #BA80A2; }
span { border-color: rgb(186,128,162); }
td.TdClassName
{
border-color: #BA80A2;
}
.TagClassName
{
border-color: #BA80A2;
}
</style>