Shades of Bouquet #BA749B
Tints of Bouquet #BA749B
RGB
CMYK
RGB Variations
Color information
#BA749B (or 0xBA749B) is known color: Bouquet. HEX triplet: BA, 74 and 9B. RGB value is (186,116,155). Sum of RGB (Red+Green+Blue) = 186+116+155=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA749B is #458B64. Grayscale: #8D8D8D. Windows color (decimal): -4557669 or 10187962. OLE color: 10187962.
HSL color Cylindrical-coordinate representation of color #BA749B: hue angle of 326.57º 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 #BA749B is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 116 | 155 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.27 |
| HSL | 326.57º | 0.34% | 0.59% | - |
| HSV(B) | 326.57º | 0.38% | 0.73% | - |
| XYZ | 32.41 | 25.3 | 34.18 | - |
| YUV | 141.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 116 | 155 | 0 | 0.38 | 0.17 | 0.27 | 326.57 | 0.34 | 0.59 |
| Hex | BA | 74 | 9B | 0 | 26 | 11 | 1B | 147 | 22 | 3B |
| Octal | 272 | 164 | 233 | 0 | 46 | 21 | 33 | 507 | 42 | 73 |
| Binary | 10111010 | 1110100 | 10011011 | 0 | 100110 | 10001 | 11011 | 101000111 | 100010 | 111011 |
Color Harmonies of #BA749B
Complementary color
Monochromatic Colors of #BA749B
Black with #BA749B
Text Example
Text Example
White with #BA749B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA749B; }
p { color: rgb(186,116,155); }
H1.HeaderClassName
{
color: #BA749B;
}
.AnyTagClassName
{
color: #BA749B;
}
</style>
background-color css
<style>
a { background-color: #BA749B; }
a { background-color: rgb(186,116,155); }
div.DivClassName
{
background-color: #BA749B;
}
.BgClassName
{
background-color: #BA749B;
}
</style>
border-color css
<style>
span { border-color: #BA749B; }
span { border-color: rgb(186,116,155); }
td.TdClassName
{
border-color: #BA749B;
}
.TagClassName
{
border-color: #BA749B;
}
</style>