#BA7AA4

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

Shades of Bouquet #BA7AA4

Tints of Bouquet #BA7AA4

Color information

#BA7AA4 (or 0xBA7AA4) is unknown color: approx Bouquet. HEX triplet: BA, 7A and A4. RGB value is (186,122,164). Sum of RGB (Red+Green+Blue) = 186+122+164=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AA4 is #45855B. Grayscale: #919191. Windows color (decimal): -4556124 or 10779322. OLE color: 10779322.

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

Color convert

RGB186122164-
CMYK00.340.120.27
HSL320.62º31.68%60.39%-
HSV(B)320.62º34.41%72.94%-
XYZ33.9127.0438.55-
YUV145.92138.2156.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 164 (64.45% from 255) = 34.75%
R=39.41%
G=25.85%
B=34.75%

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
Decimal18612216400.340.120.27320.6231.6860.39
HexBA7AA4022C1B141203c
Octal27217224404214335014074
Binary101110101111010101001000100010110011011101000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AA4; }

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

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

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

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

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

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

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

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