#BA799A

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

Shades of Bouquet #BA799A

Tints of Bouquet #BA799A

Color information

#BA799A (or 0xBA799A) is unknown color: approx Bouquet. HEX triplet: BA, 79 and 9A. RGB value is (186,121,154). Sum of RGB (Red+Green+Blue) = 186+121+154=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA799A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA799A is #458665. Grayscale: #909090. Windows color (decimal): -4556390 or 10123706. OLE color: 10123706.

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

Color convert

RGB186121154-
CMYK00.350.170.27
HSL329.54º32.02%60.2%-
HSV(B)329.54º34.95%72.94%-
XYZ32.9226.4533.94-
YUV144.2133.53157.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=40.35%
G=26.25%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612115400.350.170.27329.5432.0260.2
HexBA799A023111B14a203c
Octal27217123204321335124074
Binary1011101011110011001101001000111000111011101001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA799A; }

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

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

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

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

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

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

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

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