#BA77AB

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

Shades of Bouquet #BA77AB

Tints of Bouquet #BA77AB

Color information

#BA77AB (or 0xBA77AB) is unknown color: approx Bouquet. HEX triplet: BA, 77 and AB. RGB value is (186,119,171). Sum of RGB (Red+Green+Blue) = 186+119+171=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77AB is #458854. Grayscale: #909090. Windows color (decimal): -4556885 or 11237306. OLE color: 11237306.

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

Color convert

RGB186119171-
CMYK00.360.080.27
HSL313.43º32.68%59.8%-
HSV(B)313.43º36.02%72.94%-
XYZ34.226.5741.85-
YUV144.96142.7157.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 35.92%
R=39.08%
G=25%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611917100.360.080.27313.4332.6859.8
HexBA77AB02481B139213c
Octal27216725304410334714174
Binary101110101110111101010110100100100011011100111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77AB; }

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

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

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

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

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

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

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

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