#BA77A6

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

Shades of Bouquet #BA77A6

Tints of Bouquet #BA77A6

Color information

#BA77A6 (or 0xBA77A6) is unknown color: approx Bouquet. HEX triplet: BA, 77 and A6. RGB value is (186,119,166). Sum of RGB (Red+Green+Blue) = 186+119+166=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A6 is #458859. Grayscale: #909090. Windows color (decimal): -4556890 or 10909626. OLE color: 10909626.

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

Color convert

RGB186119166-
CMYK00.360.110.27
HSL317.91º32.68%59.8%-
HSV(B)317.91º36.02%72.94%-
XYZ33.7326.3939.39-
YUV144.39140.2157.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 119 (46.88% from 255) = 25.27%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=39.49%
G=25.27%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611916600.360.110.27317.9132.6859.8
HexBA77A6024B1B13e213c
Octal27216724604413334764174
Binary101110101110111101001100100100101111011100111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77A6; }

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

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

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

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

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

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

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

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