#BA799D

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

Shades of Bouquet #BA799D

Tints of Bouquet #BA799D

Color information

#BA799D (or 0xBA799D) is unknown color: approx Bouquet. HEX triplet: BA, 79 and 9D. RGB value is (186,121,157). Sum of RGB (Red+Green+Blue) = 186+121+157=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA799D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA799D is #458662. Grayscale: #909090. Windows color (decimal): -4556387 or 10320314. OLE color: 10320314.

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

Color convert

RGB186121157-
CMYK00.350.160.27
HSL326.77º32.02%60.2%-
HSV(B)326.77º34.95%72.94%-
XYZ33.1726.5535.27-
YUV144.54135.03157.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=40.09%
G=26.08%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612115700.350.160.27326.7732.0260.2
HexBA799D023101B147203c
Octal27217123504320335074074
Binary1011101011110011001110101000111000011011101000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA799D; }

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

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

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

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

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

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

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

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