#BAA696

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

Shades of Silk #BAA696

Tints of Silk #BAA696

Color information

#BAA696 (or 0xBAA696) is unknown color: approx Silk. HEX triplet: BA, A6 and 96. RGB value is (186,166,150). Sum of RGB (Red+Green+Blue) = 186+166+150=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA696 is #455969. Grayscale: #AAAAAA. Windows color (decimal): -4544874 or 9873082. OLE color: 9873082.

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

Color convert

RGB186166150-
CMYK00.110.190.27
HSL26.67º20.69%65.88%-
HSV(B)26.67º19.35%72.94%-
XYZ39.3939.9134.48-
YUV170.16116.63139.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.05%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 150 (58.98% from 255) = 29.88%
R=37.05%
G=33.07%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616615000.110.190.2726.6720.6965.88
HexBAA6960B131B1b1542
Octal27224622601323333325102
Binary10111010101001101001011001011100111101111011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA696; }

 p { color: rgb(186,166,150); }

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

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

 a { background-color: rgb(186,166,150); }

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

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

 span { border-color: rgb(186,166,150); }

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