#BAA793

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

Shades of Silk #BAA793

Tints of Silk #BAA793

Color information

#BAA793 (or 0xBAA793) is unknown color: approx Silk. HEX triplet: BA, A7 and 93. RGB value is (186,167,147). Sum of RGB (Red+Green+Blue) = 186+167+147=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA793 is #45586C. Grayscale: #AAAAAA. Windows color (decimal): -4544621 or 9676730. OLE color: 9676730.

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

Color convert

RGB186167147-
CMYK00.100.210.27
HSL30.77º22.03%65.29%-
HSV(B)30.77º20.97%72.94%-
XYZ39.3340.1833.29-
YUV170.4114.79139.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=37.2%
G=33.4%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616714700.100.210.2730.7722.0365.29
HexBAA7930A151B1f1641
Octal27224722301225333726101
Binary10111010101001111001001101010101011101111111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA793; }

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

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

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

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

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

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

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

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