#BAA493

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

Shades of Silk #BAA493

Tints of Silk #BAA493

Color information

#BAA493 (or 0xBAA493) is unknown color: approx Silk. HEX triplet: BA, A4 and 93. RGB value is (186,164,147). Sum of RGB (Red+Green+Blue) = 186+164+147=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 164 (64.45% from 255 or 33.00% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA493 is #455B6C. Grayscale: #A8A8A8. Windows color (decimal): -4545389 or 9675962. OLE color: 9675962.

HSL color Cylindrical-coordinate representation of color #BAA493: hue angle of 26.15º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAA493 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB186164147-
CMYK00.120.210.27
HSL26.15º22.03%65.29%-
HSV(B)26.15º20.97%72.94%-
XYZ38.7939.133.11-
YUV168.64115.79140.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 164 (64.45% from 255) = 33.00%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=37.42%
G=33.00%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616414700.120.210.2726.1522.0365.29
HexBAA4930C151B1a1641
Octal27224422301425333226101
Binary10111010101001001001001101100101011101111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA493; }

 p { color: rgb(186,164,147); }

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

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

 a { background-color: rgb(186,164,147); }

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

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

 span { border-color: rgb(186,164,147); }

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