#BAA697

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

Shades of Silk #BAA697

Tints of Silk #BAA697

Color information

#BAA697 (or 0xBAA697) is unknown color: approx Silk. HEX triplet: BA, A6 and 97. RGB value is (186,166,151). Sum of RGB (Red+Green+Blue) = 186+166+151=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA697 is #455968. Grayscale: #AAAAAA. Windows color (decimal): -4544873 or 9938618. OLE color: 9938618.

HSL color Cylindrical-coordinate representation of color #BAA697: hue angle of 25.71º degrees, saturation: 0.2, 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 #BAA697 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186166151-
CMYK00.110.190.27
HSL25.71º20.23%66.08%-
HSV(B)25.71º18.82%72.94%-
XYZ39.4739.9534.91-
YUV170.27117.13139.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 166 (65.23% from 255) = 33.00%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=36.98%
G=33.00%
B=30.02%

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
Decimal18616615100.110.190.2725.7120.2366.08
HexBAA6970B131B1a1442
Octal27224622701323333224102
Binary10111010101001101001011101011100111101111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA697; }

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

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

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

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

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

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

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

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