Shades of Bouquet #BA769B
Tints of Bouquet #BA769B
RGB
CMYK
RGB Variations
Color information
#BA769B (or 0xBA769B) is known color: Bouquet. HEX triplet: BA, 76 and 9B. RGB value is (186,118,155). Sum of RGB (Red+Green+Blue) = 186+118+155=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 118 (46.48% from 255 or 25.71% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA769B is #458964. Grayscale: #8E8E8E. Windows color (decimal): -4557157 or 10188474. OLE color: 10188474.
HSL color Cylindrical-coordinate representation of color #BA769B: hue angle of 327.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA769B is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 118 | 155 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.27 |
| HSL | 327.35º | 0.33% | 0.6% | - |
| HSV(B) | 327.35º | 0.37% | 0.73% | - |
| XYZ | 32.64 | 25.76 | 34.26 | - |
| YUV | 142.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 155 | 0 | 0.37 | 0.17 | 0.27 | 327.35 | 0.33 | 0.6 |
| Hex | BA | 76 | 9B | 0 | 25 | 11 | 1B | 147 | 21 | 3C |
| Octal | 272 | 166 | 233 | 0 | 45 | 21 | 33 | 507 | 41 | 74 |
| Binary | 10111010 | 1110110 | 10011011 | 0 | 100101 | 10001 | 11011 | 101000111 | 100001 | 111100 |
Color Harmonies of #BA769B
Complementary color
Monochromatic Colors of #BA769B
Black with #BA769B
Text Example
Text Example
White with #BA769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA769B; }
p { color: rgb(186,118,155); }
H1.HeaderClassName
{
color: #BA769B;
}
.AnyTagClassName
{
color: #BA769B;
}
</style>
background-color css
<style>
a { background-color: #BA769B; }
a { background-color: rgb(186,118,155); }
div.DivClassName
{
background-color: #BA769B;
}
.BgClassName
{
background-color: #BA769B;
}
</style>
border-color css
<style>
span { border-color: #BA769B; }
span { border-color: rgb(186,118,155); }
td.TdClassName
{
border-color: #BA769B;
}
.TagClassName
{
border-color: #BA769B;
}
</style>