Shades of Bouquet #BA749D
Tints of Bouquet #BA749D
RGB
CMYK
RGB Variations
Color information
#BA749D (or 0xBA749D) is known color: Bouquet. HEX triplet: BA, 74 and 9D. RGB value is (186,116,157). Sum of RGB (Red+Green+Blue) = 186+116+157=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 157 (61.72% from 255 or 34.20% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA749D is #458B62. Grayscale: #8D8D8D. Windows color (decimal): -4557667 or 10319034. OLE color: 10319034.
HSL color Cylindrical-coordinate representation of color #BA749D: hue angle of 324.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA749D is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 157 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.27 |
| HSL | 324.86º | 0.34% | 0.59% | - |
| HSV(B) | 324.86º | 0.38% | 0.73% | - |
| XYZ | 32.58 | 25.36 | 35.08 | - |
| YUV | 141.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 157 | 0 | 0.38 | 0.16 | 0.27 | 324.86 | 0.34 | 0.59 |
| Hex | BA | 74 | 9D | 0 | 26 | 10 | 1B | 145 | 22 | 3B |
| Octal | 272 | 164 | 235 | 0 | 46 | 20 | 33 | 505 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10011101 | 0 | 100110 | 10000 | 11011 | 101000101 | 100010 | 111011 |
Color Harmonies of #BA749D
Complementary color
Monochromatic Colors of #BA749D
Black with #BA749D
Text Example
Text Example
White with #BA749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA749D; }
p { color: rgb(186,116,157); }
H1.HeaderClassName
{
color: #BA749D;
}
.AnyTagClassName
{
color: #BA749D;
}
</style>
background-color css
<style>
a { background-color: #BA749D; }
a { background-color: rgb(186,116,157); }
div.DivClassName
{
background-color: #BA749D;
}
.BgClassName
{
background-color: #BA749D;
}
</style>
border-color css
<style>
span { border-color: #BA749D; }
span { border-color: rgb(186,116,157); }
td.TdClassName
{
border-color: #BA749D;
}
.TagClassName
{
border-color: #BA749D;
}
</style>