#BA84A9

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

Shades of Bouquet #BA84A9

Tints of Bouquet #BA84A9

Color information

#BA84A9 (or 0xBA84A9) is unknown color: approx Bouquet. HEX triplet: BA, 84 and A9. RGB value is (186,132,169). Sum of RGB (Red+Green+Blue) = 186+132+169=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 186 - color contains mainly: red. Hex color #BA84A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA84A9 is #457B56. Grayscale: #989898. Windows color (decimal): -4553559 or 11109562. OLE color: 11109562.

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

Color convert

RGB186132169-
CMYK00.290.090.27
HSL318.89º28.12%62.35%-
HSV(B)318.89º29.03%72.94%-
XYZ35.6629.8141.41-
YUV152.36137.39151.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=38.19%
G=27.10%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18613216900.290.090.27318.8928.1262.35
HexBA84A901D91B13f1c3e
Octal27220425103511334773476
Binary10111010100001001010100101110110011101110011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA84A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA84A9; }

 p { color: rgb(186,132,169); }

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

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

 a { background-color: rgb(186,132,169); }

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

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

 span { border-color: rgb(186,132,169); }

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