Shades of Bouquet #BA7DA0
Tints of Bouquet #BA7DA0
RGB
CMYK
RGB Variations
Color information
#BA7DA0 (or 0xBA7DA0) is known color: Bouquet. HEX triplet: BA, 7D and A0. RGB value is (186,125,160). Sum of RGB (Red+Green+Blue) = 186+125+160=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA0 is #45825F. Grayscale: #939393. Windows color (decimal): -4555360 or 10517946. OLE color: 10517946.
HSL color Cylindrical-coordinate representation of color #BA7DA0: hue angle of 325.57º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA7DA0 is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 160 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.27 |
| HSL | 325.57º | 0.31% | 0.61% | - |
| HSV(B) | 325.57º | 0.33% | 0.73% | - |
| XYZ | 33.93 | 27.64 | 36.81 | - |
| YUV | 147.23 | 135.21 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 160 | 0 | 0.33 | 0.14 | 0.27 | 325.57 | 0.31 | 0.61 |
| Hex | BA | 7D | A0 | 0 | 21 | E | 1B | 146 | 1F | 3D |
| Octal | 272 | 175 | 240 | 0 | 41 | 16 | 33 | 506 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10100000 | 0 | 100001 | 1110 | 11011 | 101000110 | 11111 | 111101 |
Color Harmonies of #BA7DA0
Complementary color
Monochromatic Colors of #BA7DA0
Black with #BA7DA0
Text Example
Text Example
White with #BA7DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DA0; }
p { color: rgb(186,125,160); }
H1.HeaderClassName
{
color: #BA7DA0;
}
.AnyTagClassName
{
color: #BA7DA0;
}
</style>
background-color css
<style>
a { background-color: #BA7DA0; }
a { background-color: rgb(186,125,160); }
div.DivClassName
{
background-color: #BA7DA0;
}
.BgClassName
{
background-color: #BA7DA0;
}
</style>
border-color css
<style>
span { border-color: #BA7DA0; }
span { border-color: rgb(186,125,160); }
td.TdClassName
{
border-color: #BA7DA0;
}
.TagClassName
{
border-color: #BA7DA0;
}
</style>