Shades of Bouquet #BA7B9F
Tints of Bouquet #BA7B9F
RGB
CMYK
RGB Variations
Color information
#BA7B9F (or 0xBA7B9F) is known color: Bouquet. HEX triplet: BA, 7B and 9F. RGB value is (186,123,159). Sum of RGB (Red+Green+Blue) = 186+123+159=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B9F is #458460. Grayscale: #919191. Windows color (decimal): -4555873 or 10451898. OLE color: 10451898.
HSL color Cylindrical-coordinate representation of color #BA7B9F: hue angle of 325.71º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7B9F is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 159 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.27 |
| HSL | 325.71º | 0.31% | 0.61% | - |
| HSV(B) | 325.71º | 0.34% | 0.73% | - |
| XYZ | 33.59 | 27.11 | 36.26 | - |
| YUV | 145.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 159 | 0 | 0.34 | 0.15 | 0.27 | 325.71 | 0.31 | 0.61 |
| Hex | BA | 7B | 9F | 0 | 22 | F | 1B | 146 | 1F | 3D |
| Octal | 272 | 173 | 237 | 0 | 42 | 17 | 33 | 506 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10011111 | 0 | 100010 | 1111 | 11011 | 101000110 | 11111 | 111101 |
Color Harmonies of #BA7B9F
Complementary color
Monochromatic Colors of #BA7B9F
Black with #BA7B9F
Text Example
Text Example
White with #BA7B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7B9F; }
p { color: rgb(186,123,159); }
H1.HeaderClassName
{
color: #BA7B9F;
}
.AnyTagClassName
{
color: #BA7B9F;
}
</style>
background-color css
<style>
a { background-color: #BA7B9F; }
a { background-color: rgb(186,123,159); }
div.DivClassName
{
background-color: #BA7B9F;
}
.BgClassName
{
background-color: #BA7B9F;
}
</style>
border-color css
<style>
span { border-color: #BA7B9F; }
span { border-color: rgb(186,123,159); }
td.TdClassName
{
border-color: #BA7B9F;
}
.TagClassName
{
border-color: #BA7B9F;
}
</style>