#BAA694

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

Shades of Silk #BAA694

Tints of Silk #BAA694

Color information

#BAA694 (or 0xBAA694) is unknown color: approx Silk. HEX triplet: BA, A6 and 94. RGB value is (186,166,148). Sum of RGB (Red+Green+Blue) = 186+166+148=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA694 is #45596B. Grayscale: #AAAAAA. Windows color (decimal): -4544876 or 9742010. OLE color: 9742010.

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

Color convert

RGB186166148-
CMYK00.110.200.27
HSL28.42º21.59%65.49%-
HSV(B)28.42º20.43%72.94%-
XYZ39.2339.8533.64-
YUV169.93115.63139.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 166 (65.23% from 255) = 33.2%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=37.2%
G=33.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616614800.110.200.2728.4221.5965.49
HexBAA6940B141B1c1641
Octal27224622401324333426101
Binary10111010101001101001010001011101001101111100101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA694; }

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

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

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

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

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

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

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

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