#BA77A1

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

Shades of Bouquet #BA77A1

Tints of Bouquet #BA77A1

Color information

#BA77A1 (or 0xBA77A1) is unknown color: approx Bouquet. HEX triplet: BA, 77 and A1. RGB value is (186,119,161). Sum of RGB (Red+Green+Blue) = 186+119+161=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 161 (63.28% from 255 or 34.55% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A1 is #45885E. Grayscale: #8F8F8F. Windows color (decimal): -4556895 or 10581946. OLE color: 10581946.

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

Color convert

RGB186119161-
CMYK00.360.130.27
HSL322.39º32.68%59.8%-
HSV(B)322.39º36.02%72.94%-
XYZ33.2826.2137.02-
YUV143.82137.7158.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 161 (63.28% from 255) = 34.55%
R=39.91%
G=25.54%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611916100.360.130.27322.3932.6859.8
HexBA77A1024D1B142213c
Octal27216724104415335024174
Binary101110101110111101000010100100110111011101000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77A1; }

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

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

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

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

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

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

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

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