#BA77AA

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

Shades of Bouquet #BA77AA

Tints of Bouquet #BA77AA

Color information

#BA77AA (or 0xBA77AA) is unknown color: approx Bouquet. HEX triplet: BA, 77 and AA. RGB value is (186,119,170). Sum of RGB (Red+Green+Blue) = 186+119+170=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77AA is #458855. Grayscale: #909090. Windows color (decimal): -4556886 or 11171770. OLE color: 11171770.

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

Color convert

RGB186119170-
CMYK00.360.090.27
HSL314.33º32.68%59.8%-
HSV(B)314.33º36.02%72.94%-
XYZ34.126.5441.35-
YUV144.85142.2157.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 119 (46.88% from 255) = 25.05%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=39.16%
G=25.05%
B=35.79%

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
Decimal18611917000.360.090.27314.3332.6859.8
HexBA77AA02491B13a213c
Octal27216725204411334724174
Binary101110101110111101010100100100100111011100111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77AA; }

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

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

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

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

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

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

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

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