Shades of Bouquet #BA72A4
Tints of Bouquet #BA72A4
RGB
CMYK
RGB Variations
Color information
#BA72A4 (or 0xBA72A4) is known color: Bouquet. HEX triplet: BA, 72 and A4. RGB value is (186,114,164). Sum of RGB (Red+Green+Blue) = 186+114+164=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A4 is #458D5B. Grayscale: #8D8D8D. Windows color (decimal): -4558172 or 10777274. OLE color: 10777274.
HSL color Cylindrical-coordinate representation of color #BA72A4: hue angle of 318.33º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA72A4 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 164 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.27 |
| HSL | 318.33º | 0.34% | 0.59% | - |
| HSV(B) | 318.33º | 0.39% | 0.73% | - |
| XYZ | 32.97 | 25.15 | 38.24 | - |
| YUV | 141.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 164 | 0 | 0.39 | 0.12 | 0.27 | 318.33 | 0.34 | 0.59 |
| Hex | BA | 72 | A4 | 0 | 27 | C | 1B | 13E | 22 | 3B |
| Octal | 272 | 162 | 244 | 0 | 47 | 14 | 33 | 476 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10100100 | 0 | 100111 | 1100 | 11011 | 100111110 | 100010 | 111011 |
Color Harmonies of #BA72A4
Complementary color
Monochromatic Colors of #BA72A4
Black with #BA72A4
Text Example
Text Example
White with #BA72A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA72A4; }
p { color: rgb(186,114,164); }
H1.HeaderClassName
{
color: #BA72A4;
}
.AnyTagClassName
{
color: #BA72A4;
}
</style>
background-color css
<style>
a { background-color: #BA72A4; }
a { background-color: rgb(186,114,164); }
div.DivClassName
{
background-color: #BA72A4;
}
.BgClassName
{
background-color: #BA72A4;
}
</style>
border-color css
<style>
span { border-color: #BA72A4; }
span { border-color: rgb(186,114,164); }
td.TdClassName
{
border-color: #BA72A4;
}
.TagClassName
{
border-color: #BA72A4;
}
</style>