#BA7A9E

Color #BA7A9E Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BA7A9E

Tints of Bouquet #BA7A9E

Color information

#BA7A9E (or 0xBA7A9E) is unknown color: approx Bouquet. HEX triplet: BA, 7A and 9E. RGB value is (186,122,158). Sum of RGB (Red+Green+Blue) = 186+122+158=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 122 (48.05% from 255 or 26.18% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A9E is #458561. Grayscale: #919191. Windows color (decimal): -4556130 or 10386106. OLE color: 10386106.

HSL color Cylindrical-coordinate representation of color #BA7A9E: hue angle of 326.25º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7A9E is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186122158-
CMYK00.340.150.27
HSL326.25º31.68%60.39%-
HSV(B)326.25º34.41%72.94%-
XYZ33.3826.8335.77-
YUV145.24135.2157.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 122 (48.05% from 255) = 26.18%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=39.91%
G=26.18%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612215800.340.150.27326.2531.6860.39
HexBA7A9E022F1B146203c
Octal27217223604217335064074
Binary101110101111010100111100100010111111011101000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A9E; }

 p { color: rgb(186,122,158); }

 H1.HeaderClassName
 {
   color: #BA7A9E;
 }
 .AnyTagClassName
 {
   color: #BA7A9E;
 }
</style>
background-color css

<style>
 a { background-color: #BA7A9E; }

 a { background-color: rgb(186,122,158); }

 div.DivClassName
 {
   background-color: #BA7A9E;
 }
 .BgClassName
 {
   background-color: #BA7A9E;
 }
</style>
border-color css

<style>
 span { border-color: #BA7A9E; }

 span { border-color: rgb(186,122,158); }

 td.TdClassName
 {
   border-color: #BA7A9E;
 }
 .TagClassName
 {
   border-color: #BA7A9E;
 }
</style>