#BA79A9

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

Shades of Bouquet #BA79A9

Tints of Bouquet #BA79A9

Color information

#BA79A9 (or 0xBA79A9) is unknown color: approx Bouquet. HEX triplet: BA, 79 and A9. RGB value is (186,121,169). Sum of RGB (Red+Green+Blue) = 186+121+169=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79A9 is #458656. Grayscale: #919191. Windows color (decimal): -4556375 or 11106746. OLE color: 11106746.

HSL color Cylindrical-coordinate representation of color #BA79A9: hue angle of 315.69º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA79A9 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186121169-
CMYK00.350.090.27
HSL315.69º32.02%60.2%-
HSV(B)315.69º34.95%72.94%-
XYZ34.2526.9840.94-
YUV145.91141.03156.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 169 (66.41% from 255) = 35.50%
R=39.08%
G=25.42%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612116900.350.090.27315.6932.0260.2
HexBA79A902391B13c203c
Octal27217125104311334744074
Binary101110101111001101010010100011100111011100111100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79A9; }

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

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

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

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

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

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

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

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