Shades of Bouquet #BA7BA5
Tints of Bouquet #BA7BA5
RGB
CMYK
RGB Variations
Color information
#BA7BA5 (or 0xBA7BA5) is known color: Bouquet. HEX triplet: BA, 7B and A5. RGB value is (186,123,165). Sum of RGB (Red+Green+Blue) = 186+123+165=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA5 is #45845A. Grayscale: #929292. Windows color (decimal): -4555867 or 10845114. OLE color: 10845114.
HSL color Cylindrical-coordinate representation of color #BA7BA5: hue angle of 320º 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 #BA7BA5 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 123 | 165 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.27 |
| HSL | 320º | 0.31% | 0.61% | - |
| HSV(B) | 320º | 0.34% | 0.73% | - |
| XYZ | 34.12 | 27.32 | 39.07 | - |
| YUV | 146.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 165 | 0 | 0.34 | 0.11 | 0.27 | 320 | 0.31 | 0.61 |
| Hex | BA | 7B | A5 | 0 | 22 | B | 1B | 140 | 1F | 3D |
| Octal | 272 | 173 | 245 | 0 | 42 | 13 | 33 | 500 | 37 | 75 |
| Binary | 10111010 | 1111011 | 10100101 | 0 | 100010 | 1011 | 11011 | 101000000 | 11111 | 111101 |
Color Harmonies of #BA7BA5
Complementary color
Monochromatic Colors of #BA7BA5
Black with #BA7BA5
Text Example
Text Example
White with #BA7BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BA5; }
p { color: rgb(186,123,165); }
H1.HeaderClassName
{
color: #BA7BA5;
}
.AnyTagClassName
{
color: #BA7BA5;
}
</style>
background-color css
<style>
a { background-color: #BA7BA5; }
a { background-color: rgb(186,123,165); }
div.DivClassName
{
background-color: #BA7BA5;
}
.BgClassName
{
background-color: #BA7BA5;
}
</style>
border-color css
<style>
span { border-color: #BA7BA5; }
span { border-color: rgb(186,123,165); }
td.TdClassName
{
border-color: #BA7BA5;
}
.TagClassName
{
border-color: #BA7BA5;
}
</style>