#BA77A9

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

Shades of Bouquet #BA77A9

Tints of Bouquet #BA77A9

Color information

#BA77A9 (or 0xBA77A9) is unknown color: approx Bouquet. HEX triplet: BA, 77 and A9. RGB value is (186,119,169). Sum of RGB (Red+Green+Blue) = 186+119+169=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A9 is #458856. Grayscale: #909090. Windows color (decimal): -4556887 or 11106234. OLE color: 11106234.

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

Color convert

RGB186119169-
CMYK00.360.090.27
HSL315.22º32.68%59.8%-
HSV(B)315.22º36.02%72.94%-
XYZ34.0126.540.86-
YUV144.73141.7157.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 169 (66.41% from 255) = 35.65%
R=39.24%
G=25.11%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611916900.360.090.27315.2232.6859.8
HexBA77A902491B13b213c
Octal27216725104411334734174
Binary101110101110111101010010100100100111011100111011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77A9; }

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

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

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

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

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

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

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

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