#BA7AA2

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

Shades of Bouquet #BA7AA2

Tints of Bouquet #BA7AA2

Color information

#BA7AA2 (or 0xBA7AA2) is unknown color: approx Bouquet. HEX triplet: BA, 7A and A2. RGB value is (186,122,162). Sum of RGB (Red+Green+Blue) = 186+122+162=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7AA2 is #45855D. Grayscale: #919191. Windows color (decimal): -4556126 or 10648250. OLE color: 10648250.

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

Color convert

RGB186122162-
CMYK00.340.130.27
HSL322.5º31.68%60.39%-
HSV(B)322.5º34.41%72.94%-
XYZ33.7326.9737.61-
YUV145.7137.2156.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 162 (63.67% from 255) = 34.47%
R=39.57%
G=25.96%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612216200.340.130.27322.531.6860.39
HexBA7AA2022D1B142203c
Octal27217224204215335024074
Binary101110101111010101000100100010110111011101000010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7AA2; }

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

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

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

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

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

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

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

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