Shades of Bouquet #BA80A4
Tints of Bouquet #BA80A4
RGB
CMYK
RGB Variations
Color information
#BA80A4 (or 0xBA80A4) is known color: Bouquet. HEX triplet: BA, 80 and A4. RGB value is (186,128,164). Sum of RGB (Red+Green+Blue) = 186+128+164=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A4 is #457F5B. Grayscale: #959595. Windows color (decimal): -4554588 or 10780858. OLE color: 10780858.
HSL color Cylindrical-coordinate representation of color #BA80A4: hue angle of 322.76º 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 #BA80A4 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 128 | 164 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.27 |
| HSL | 322.76º | 0.3% | 0.62% | - |
| HSV(B) | 322.76º | 0.31% | 0.73% | - |
| XYZ | 34.67 | 28.56 | 38.81 | - |
| YUV | 149.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 164 | 0 | 0.31 | 0.12 | 0.27 | 322.76 | 0.3 | 0.62 |
| Hex | BA | 80 | A4 | 0 | 1F | C | 1B | 143 | 1E | 3E |
| Octal | 272 | 200 | 244 | 0 | 37 | 14 | 33 | 503 | 36 | 76 |
| Binary | 10111010 | 10000000 | 10100100 | 0 | 11111 | 1100 | 11011 | 101000011 | 11110 | 111110 |
Color Harmonies of #BA80A4
Complementary color
Monochromatic Colors of #BA80A4
Black with #BA80A4
Text Example
Text Example
White with #BA80A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80A4; }
p { color: rgb(186,128,164); }
H1.HeaderClassName
{
color: #BA80A4;
}
.AnyTagClassName
{
color: #BA80A4;
}
</style>
background-color css
<style>
a { background-color: #BA80A4; }
a { background-color: rgb(186,128,164); }
div.DivClassName
{
background-color: #BA80A4;
}
.BgClassName
{
background-color: #BA80A4;
}
</style>
border-color css
<style>
span { border-color: #BA80A4; }
span { border-color: rgb(186,128,164); }
td.TdClassName
{
border-color: #BA80A4;
}
.TagClassName
{
border-color: #BA80A4;
}
</style>