Shades of Bouquet #BA77AB
Tints of Bouquet #BA77AB
RGB
CMYK
RGB Variations
Color information
#BA77AB (or 0xBA77AB) is known color: Bouquet. HEX triplet: BA, 77 and AB. RGB value is (186,119,171). Sum of RGB (Red+Green+Blue) = 186+119+171=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77AB is #458854. Grayscale: #909090. Windows color (decimal): -4556885 or 11237306. OLE color: 11237306.
HSL color Cylindrical-coordinate representation of color #BA77AB: hue angle of 313.43º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA77AB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 119 | 171 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.27 |
| HSL | 313.43º | 0.33% | 0.6% | - |
| HSV(B) | 313.43º | 0.36% | 0.73% | - |
| XYZ | 34.2 | 26.57 | 41.85 | - |
| YUV | 144.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 171 | 0 | 0.36 | 0.08 | 0.27 | 313.43 | 0.33 | 0.6 |
| Hex | BA | 77 | AB | 0 | 24 | 8 | 1B | 139 | 21 | 3C |
| Octal | 272 | 167 | 253 | 0 | 44 | 10 | 33 | 471 | 41 | 74 |
| Binary | 10111010 | 1110111 | 10101011 | 0 | 100100 | 1000 | 11011 | 100111001 | 100001 | 111100 |
Color Harmonies of #BA77AB
Complementary color
Monochromatic Colors of #BA77AB
Black with #BA77AB
Text Example
Text Example
White with #BA77AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77AB; }
p { color: rgb(186,119,171); }
H1.HeaderClassName
{
color: #BA77AB;
}
.AnyTagClassName
{
color: #BA77AB;
}
</style>
background-color css
<style>
a { background-color: #BA77AB; }
a { background-color: rgb(186,119,171); }
div.DivClassName
{
background-color: #BA77AB;
}
.BgClassName
{
background-color: #BA77AB;
}
</style>
border-color css
<style>
span { border-color: #BA77AB; }
span { border-color: rgb(186,119,171); }
td.TdClassName
{
border-color: #BA77AB;
}
.TagClassName
{
border-color: #BA77AB;
}
</style>