#BA89A3

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

Shades of Bouquet #BA89A3

Tints of Bouquet #BA89A3

Color information

#BA89A3 (or 0xBA89A3) is unknown color: approx Bouquet. HEX triplet: BA, 89 and A3. RGB value is (186,137,163). Sum of RGB (Red+Green+Blue) = 186+137+163=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89A3 is #45765C. Grayscale: #9A9A9A. Windows color (decimal): -4552285 or 10717626. OLE color: 10717626.

HSL color Cylindrical-coordinate representation of color #BA89A3: hue angle of 328.16º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA89A3 is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB186137163-
CMYK00.260.120.27
HSL328.16º26.2%63.33%-
HSV(B)328.16º26.34%72.94%-
XYZ35.8130.9738.74-
YUV154.61132.73150.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=38.27%
G=28.19%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613716300.260.120.27328.1626.263.33
HexBA89A301AC1B1481a3f
Octal27221124303214335103277
Binary10111010100010011010001101101011001101110100100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89A3; }

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

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

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

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

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

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

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

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