Shades of Bouquet #BA7DA5
Tints of Bouquet #BA7DA5
RGB
CMYK
RGB Variations
Color information
#BA7DA5 (or 0xBA7DA5) is known color: Bouquet. HEX triplet: BA, 7D and A5. RGB value is (186,125,165). Sum of RGB (Red+Green+Blue) = 186+125+165=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 165 (64.84% from 255 or 34.66% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA5 is #45825A. Grayscale: #939393. Windows color (decimal): -4555355 or 10845626. OLE color: 10845626.
HSL color Cylindrical-coordinate representation of color #BA7DA5: hue angle of 320.66º 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 #BA7DA5 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 165 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.27 |
| HSL | 320.66º | 0.31% | 0.61% | - |
| HSV(B) | 320.66º | 0.33% | 0.73% | - |
| XYZ | 34.37 | 27.82 | 39.16 | - |
| YUV | 147.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 165 | 0 | 0.33 | 0.11 | 0.27 | 320.66 | 0.31 | 0.61 |
| Hex | BA | 7D | A5 | 0 | 21 | B | 1B | 141 | 1F | 3D |
| Octal | 272 | 175 | 245 | 0 | 41 | 13 | 33 | 501 | 37 | 75 |
| Binary | 10111010 | 1111101 | 10100101 | 0 | 100001 | 1011 | 11011 | 101000001 | 11111 | 111101 |
Color Harmonies of #BA7DA5
Complementary color
Monochromatic Colors of #BA7DA5
Black with #BA7DA5
Text Example
Text Example
White with #BA7DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DA5; }
p { color: rgb(186,125,165); }
H1.HeaderClassName
{
color: #BA7DA5;
}
.AnyTagClassName
{
color: #BA7DA5;
}
</style>
background-color css
<style>
a { background-color: #BA7DA5; }
a { background-color: rgb(186,125,165); }
div.DivClassName
{
background-color: #BA7DA5;
}
.BgClassName
{
background-color: #BA7DA5;
}
</style>
border-color css
<style>
span { border-color: #BA7DA5; }
span { border-color: rgb(186,125,165); }
td.TdClassName
{
border-color: #BA7DA5;
}
.TagClassName
{
border-color: #BA7DA5;
}
</style>