#BA73AB

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

Shades of Bouquet #BA73AB

Tints of Bouquet #BA73AB

Color information

#BA73AB (or 0xBA73AB) is unknown color: approx Bouquet. HEX triplet: BA, 73 and AB. RGB value is (186,115,171). Sum of RGB (Red+Green+Blue) = 186+115+171=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA73AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA73AB is #458C54. Grayscale: #8E8E8E. Windows color (decimal): -4557909 or 11236282. OLE color: 11236282.

HSL color Cylindrical-coordinate representation of color #BA73AB: hue angle of 312.68º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA73AB is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB186115171-
CMYK00.380.080.27
HSL312.68º33.97%59.02%-
HSV(B)312.68º38.17%72.94%-
XYZ33.7325.6441.7-
YUV142.61144.02158.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 115 (45.31% from 255) = 24.36%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=39.41%
G=24.36%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611517100.380.080.27312.6833.9759.02
HexBA73AB02681B139223b
Octal27216325304610334714273
Binary101110101110011101010110100110100011011100111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73AB; }

 p { color: rgb(186,115,171); }

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

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

 a { background-color: rgb(186,115,171); }

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

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

 span { border-color: rgb(186,115,171); }

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