#BA7AAB

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

Shades of Bouquet #BA7AAB

Tints of Bouquet #BA7AAB

Color information

#BA7AAB (or 0xBA7AAB) is unknown color: approx Bouquet. HEX triplet: BA, 7A and AB. RGB value is (186,122,171). Sum of RGB (Red+Green+Blue) = 186+122+171=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AAB is #458554. Grayscale: #929292. Windows color (decimal): -4556117 or 11238074. OLE color: 11238074.

HSL color Cylindrical-coordinate representation of color #BA7AAB: hue angle of 314.06º 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 #BA7AAB is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186122171-
CMYK00.340.080.27
HSL314.06º31.68%60.39%-
HSV(B)314.06º34.41%72.94%-
XYZ34.5627.341.98-
YUV146.72141.7156.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 122 (48.05% from 255) = 25.47%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=38.83%
G=25.47%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612217100.340.080.27314.0631.6860.39
HexBA7AAB02281B13a203c
Octal27217225304210334724074
Binary101110101111010101010110100010100011011100111010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AAB; }

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

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

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

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

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

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

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

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