Shades of Bouquet #BA729B
Tints of Bouquet #BA729B
RGB
CMYK
RGB Variations
Color information
#BA729B (or 0xBA729B) is known color: Bouquet. HEX triplet: BA, 72 and 9B. RGB value is (186,114,155). Sum of RGB (Red+Green+Blue) = 186+114+155=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729B is #458D64. Grayscale: #8C8C8C. Windows color (decimal): -4558181 or 10187450. OLE color: 10187450.
HSL color Cylindrical-coordinate representation of color #BA729B: hue angle of 325.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA729B is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 114 | 155 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.27 |
| HSL | 325.83º | 0.34% | 0.59% | - |
| HSV(B) | 325.83º | 0.39% | 0.73% | - |
| XYZ | 32.18 | 24.84 | 34.11 | - |
| YUV | 140.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 114 | 155 | 0 | 0.39 | 0.17 | 0.27 | 325.83 | 0.34 | 0.59 |
| Hex | BA | 72 | 9B | 0 | 27 | 11 | 1B | 146 | 22 | 3B |
| Octal | 272 | 162 | 233 | 0 | 47 | 21 | 33 | 506 | 42 | 73 |
| Binary | 10111010 | 1110010 | 10011011 | 0 | 100111 | 10001 | 11011 | 101000110 | 100010 | 111011 |
Color Harmonies of #BA729B
Complementary color
Monochromatic Colors of #BA729B
Black with #BA729B
Text Example
Text Example
White with #BA729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA729B; }
p { color: rgb(186,114,155); }
H1.HeaderClassName
{
color: #BA729B;
}
.AnyTagClassName
{
color: #BA729B;
}
</style>
background-color css
<style>
a { background-color: #BA729B; }
a { background-color: rgb(186,114,155); }
div.DivClassName
{
background-color: #BA729B;
}
.BgClassName
{
background-color: #BA729B;
}
</style>
border-color css
<style>
span { border-color: #BA729B; }
span { border-color: rgb(186,114,155); }
td.TdClassName
{
border-color: #BA729B;
}
.TagClassName
{
border-color: #BA729B;
}
</style>