#BAA691

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

Shades of Silk #BAA691

Tints of Silk #BAA691

Color information

#BAA691 (or 0xBAA691) is unknown color: approx Silk. HEX triplet: BA, A6 and 91. RGB value is (186,166,145). Sum of RGB (Red+Green+Blue) = 186+166+145=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA691 is #45596E. Grayscale: #A9A9A9. Windows color (decimal): -4544879 or 9545402. OLE color: 9545402.

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

Color convert

RGB186166145-
CMYK00.110.220.27
HSL30.73º22.91%64.9%-
HSV(B)30.73º22.04%72.94%-
XYZ3939.7632.41-
YUV169.59114.13139.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 166 (65.23% from 255) = 33.40%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=37.42%
G=33.40%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616614500.110.220.2730.7322.9164.9
HexBAA6910B161B1f1741
Octal27224622101326333727101
Binary10111010101001101001000101011101101101111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA691; }

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

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

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

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

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

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

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

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