#BA779F

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

Shades of Bouquet #BA779F

Tints of Bouquet #BA779F

Color information

#BA779F (or 0xBA779F) is unknown color: approx Bouquet. HEX triplet: BA, 77 and 9F. RGB value is (186,119,159). Sum of RGB (Red+Green+Blue) = 186+119+159=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 159 (62.5% from 255 or 34.27% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA779F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA779F is #458860. Grayscale: #8F8F8F. Windows color (decimal): -4556897 or 10450874. OLE color: 10450874.

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

Color convert

RGB186119159-
CMYK00.360.150.27
HSL324.18º32.68%59.8%-
HSV(B)324.18º36.02%72.94%-
XYZ33.126.1436.1-
YUV143.59136.7158.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 159 (62.5% from 255) = 34.27%
R=40.09%
G=25.65%
B=34.27%

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
Decimal18611915900.360.150.27324.1832.6859.8
HexBA779F024F1B144213c
Octal27216723704417335044174
Binary101110101110111100111110100100111111011101000100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA779F; }

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

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

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

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

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

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

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

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