#BA7AA3

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

Shades of Bouquet #BA7AA3

Tints of Bouquet #BA7AA3

Color information

#BA7AA3 (or 0xBA7AA3) is unknown color: approx Bouquet. HEX triplet: BA, 7A and A3. RGB value is (186,122,163). Sum of RGB (Red+Green+Blue) = 186+122+163=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AA3 is #45855C. Grayscale: #919191. Windows color (decimal): -4556125 or 10713786. OLE color: 10713786.

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

Color convert

RGB186122163-
CMYK00.340.120.27
HSL321.56º31.68%60.39%-
HSV(B)321.56º34.41%72.94%-
XYZ33.822738.08-
YUV145.81137.7156.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=39.49%
G=25.90%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612216300.340.120.27321.5631.6860.39
HexBA7AA3022C1B142203c
Octal27217224304214335024074
Binary101110101111010101000110100010110011011101000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AA3; }

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

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

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

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

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

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

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

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