#BA89A5

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

Shades of Bouquet #BA89A5

Tints of Bouquet #BA89A5

Color information

#BA89A5 (or 0xBA89A5) is unknown color: approx Bouquet. HEX triplet: BA, 89 and A5. RGB value is (186,137,165). Sum of RGB (Red+Green+Blue) = 186+137+165=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA89A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA89A5 is #45765A. Grayscale: #9A9A9A. Windows color (decimal): -4552283 or 10848698. OLE color: 10848698.

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

Color convert

RGB186137165-
CMYK00.260.110.27
HSL325.71º26.2%63.33%-
HSV(B)325.71º26.34%72.94%-
XYZ35.9931.0539.69-
YUV154.84133.73150.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=38.11%
G=28.07%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613716500.260.110.27325.7126.263.33
HexBA89A501AB1B1461a3f
Octal27221124503213335063277
Binary10111010100010011010010101101010111101110100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA89A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA89A5; }

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

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

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

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

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

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

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

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