#BA79A1

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

Shades of Bouquet #BA79A1

Tints of Bouquet #BA79A1

Color information

#BA79A1 (or 0xBA79A1) is unknown color: approx Bouquet. HEX triplet: BA, 79 and A1. RGB value is (186,121,161). Sum of RGB (Red+Green+Blue) = 186+121+161=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 121 (47.66% from 255 or 25.85% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 186 - color contains mainly: red. Hex color #BA79A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA79A1 is #45865E. Grayscale: #909090. Windows color (decimal): -4556383 or 10582458. OLE color: 10582458.

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

Color convert

RGB186121161-
CMYK00.350.130.27
HSL323.08º32.02%60.2%-
HSV(B)323.08º34.95%72.94%-
XYZ33.5226.6937.1-
YUV145137.03157.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 121 (47.66% from 255) = 25.85%
BLUE value IS 161 (63.28% from 255) = 34.40%
R=39.74%
G=25.85%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612116100.350.130.27323.0832.0260.2
HexBA79A1023D1B143203c
Octal27217124104315335034074
Binary101110101111001101000010100011110111011101000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA79A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA79A1; }

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

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

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

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

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

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

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

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