Shades of Bouquet #BA7FA3
Tints of Bouquet #BA7FA3
RGB
CMYK
RGB Variations
Color information
#BA7FA3 (or 0xBA7FA3) is known color: Bouquet. HEX triplet: BA, 7F and A3. RGB value is (186,127,163). Sum of RGB (Red+Green+Blue) = 186+127+163=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 163 (64.06% from 255 or 34.24% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FA3 is #45805C. Grayscale: #949494. Windows color (decimal): -4554845 or 10715066. OLE color: 10715066.
HSL color Cylindrical-coordinate representation of color #BA7FA3: hue angle of 323.39º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FA3 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 163 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.27 |
| HSL | 323.39º | 0.3% | 0.61% | - |
| HSV(B) | 323.39º | 0.32% | 0.73% | - |
| XYZ | 34.45 | 28.26 | 38.29 | - |
| YUV | 148.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 163 | 0 | 0.32 | 0.12 | 0.27 | 323.39 | 0.3 | 0.61 |
| Hex | BA | 7F | A3 | 0 | 20 | C | 1B | 143 | 1E | 3D |
| Octal | 272 | 177 | 243 | 0 | 40 | 14 | 33 | 503 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10100011 | 0 | 100000 | 1100 | 11011 | 101000011 | 11110 | 111101 |
Color Harmonies of #BA7FA3
Complementary color
Monochromatic Colors of #BA7FA3
Black with #BA7FA3
Text Example
Text Example
White with #BA7FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FA3; }
p { color: rgb(186,127,163); }
H1.HeaderClassName
{
color: #BA7FA3;
}
.AnyTagClassName
{
color: #BA7FA3;
}
</style>
background-color css
<style>
a { background-color: #BA7FA3; }
a { background-color: rgb(186,127,163); }
div.DivClassName
{
background-color: #BA7FA3;
}
.BgClassName
{
background-color: #BA7FA3;
}
</style>
border-color css
<style>
span { border-color: #BA7FA3; }
span { border-color: rgb(186,127,163); }
td.TdClassName
{
border-color: #BA7FA3;
}
.TagClassName
{
border-color: #BA7FA3;
}
</style>