Shades of Bouquet #BA7F9B
Tints of Bouquet #BA7F9B
RGB
CMYK
RGB Variations
Color information
#BA7F9B (or 0xBA7F9B) is known color: Bouquet. HEX triplet: BA, 7F and 9B. RGB value is (186,127,155). Sum of RGB (Red+Green+Blue) = 186+127+155=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7F9B is #458064. Grayscale: #939393. Windows color (decimal): -4554853 or 10190778. OLE color: 10190778.
HSL color Cylindrical-coordinate representation of color #BA7F9B: hue angle of 331.53º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7F9B is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 127 | 155 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.27 |
| HSL | 331.53º | 0.3% | 0.61% | - |
| HSV(B) | 331.53º | 0.32% | 0.73% | - |
| XYZ | 33.76 | 27.98 | 34.63 | - |
| YUV | 147.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 155 | 0 | 0.32 | 0.17 | 0.27 | 331.53 | 0.3 | 0.61 |
| Hex | BA | 7F | 9B | 0 | 20 | 11 | 1B | 14C | 1E | 3D |
| Octal | 272 | 177 | 233 | 0 | 40 | 21 | 33 | 514 | 36 | 75 |
| Binary | 10111010 | 1111111 | 10011011 | 0 | 100000 | 10001 | 11011 | 101001100 | 11110 | 111101 |
Color Harmonies of #BA7F9B
Complementary color
Monochromatic Colors of #BA7F9B
Black with #BA7F9B
Text Example
Text Example
White with #BA7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7F9B; }
p { color: rgb(186,127,155); }
H1.HeaderClassName
{
color: #BA7F9B;
}
.AnyTagClassName
{
color: #BA7F9B;
}
</style>
background-color css
<style>
a { background-color: #BA7F9B; }
a { background-color: rgb(186,127,155); }
div.DivClassName
{
background-color: #BA7F9B;
}
.BgClassName
{
background-color: #BA7F9B;
}
</style>
border-color css
<style>
span { border-color: #BA7F9B; }
span { border-color: rgb(186,127,155); }
td.TdClassName
{
border-color: #BA7F9B;
}
.TagClassName
{
border-color: #BA7F9B;
}
</style>