#BA80A2

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

Shades of Bouquet #BA80A2

Tints of Bouquet #BA80A2

Color information

#BA80A2 (or 0xBA80A2) is unknown color: approx Bouquet. HEX triplet: BA, 80 and A2. RGB value is (186,128,162). Sum of RGB (Red+Green+Blue) = 186+128+162=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A2 is #457F5D. Grayscale: #959595. Windows color (decimal): -4554590 or 10649786. OLE color: 10649786.

HSL color Cylindrical-coordinate representation of color #BA80A2: hue angle of 324.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80A2 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186128162-
CMYK00.310.130.27
HSL324.83º29.59%61.57%-
HSV(B)324.83º31.18%72.94%-
XYZ34.4928.4937.86-
YUV149.22135.22154.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 162 (63.67% from 255) = 34.03%
R=39.08%
G=26.89%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612816200.310.130.27324.8329.5961.57
HexBA80A201FD1B1451e3e
Octal27220024203715335053676
Binary10111010100000001010001001111111011101110100010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80A2; }

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

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

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

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

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

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

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

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