Shades of Bouquet #BA76A4
Tints of Bouquet #BA76A4
RGB
CMYK
RGB Variations
Color information
#BA76A4 (or 0xBA76A4) is known color: Bouquet. HEX triplet: BA, 76 and A4. RGB value is (186,118,164). Sum of RGB (Red+Green+Blue) = 186+118+164=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA76A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA76A4 is #45895B. Grayscale: #8F8F8F. Windows color (decimal): -4557148 or 10778298. OLE color: 10778298.
HSL color Cylindrical-coordinate representation of color #BA76A4: hue angle of 319.41º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA76A4 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 164 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.27 |
| HSL | 319.41º | 0.33% | 0.6% | - |
| HSV(B) | 319.41º | 0.37% | 0.73% | - |
| XYZ | 33.43 | 26.08 | 38.39 | - |
| YUV | 143.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 164 | 0 | 0.37 | 0.12 | 0.27 | 319.41 | 0.33 | 0.6 |
| Hex | BA | 76 | A4 | 0 | 25 | C | 1B | 13F | 21 | 3C |
| Octal | 272 | 166 | 244 | 0 | 45 | 14 | 33 | 477 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10100100 | 0 | 100101 | 1100 | 11011 | 100111111 | 100001 | 111100 |
Color Harmonies of #BA76A4
Complementary color
Monochromatic Colors of #BA76A4
Black with #BA76A4
Text Example
Text Example
White with #BA76A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76A4; }
p { color: rgb(186,118,164); }
H1.HeaderClassName
{
color: #BA76A4;
}
.AnyTagClassName
{
color: #BA76A4;
}
</style>
background-color css
<style>
a { background-color: #BA76A4; }
a { background-color: rgb(186,118,164); }
div.DivClassName
{
background-color: #BA76A4;
}
.BgClassName
{
background-color: #BA76A4;
}
</style>
border-color css
<style>
span { border-color: #BA76A4; }
span { border-color: rgb(186,118,164); }
td.TdClassName
{
border-color: #BA76A4;
}
.TagClassName
{
border-color: #BA76A4;
}
</style>