#ba779e

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

Shades of Bouquet #BA779E

Tints of Bouquet #BA779E

Color information

#BA779E (or 0xBA779E) is unknown color: approx Bouquet. HEX triplet: BA, 77 and 9E. RGB value is (186,119,158). Sum of RGB (Red+Green+Blue) = 186+119+158=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA779E is #458861. Grayscale: #8F8F8F. Windows color (decimal): -4556898 or 10385338. OLE color: 10385338.

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

Color convert

RGB186119158-
CMYK00.360.150.27
HSL325.07º32.68%59.8%-
HSV(B)325.07º36.02%72.94%-
XYZ33.0226.135.65-
YUV143.48136.2158.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 158 (62.11% from 255) = 34.13%
R=40.17%
G=25.70%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611915800.360.150.27325.0732.6859.8
HexBA779E024F1B145213c
Octal27216723604417335054174
Binary101110101110111100111100100100111111011101000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba779e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba779e; }

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

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

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

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

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

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

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

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