#BAA692

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

Shades of Silk #BAA692

Tints of Silk #BAA692

Color information

#BAA692 (or 0xBAA692) is unknown color: approx Silk. HEX triplet: BA, A6 and 92. RGB value is (186,166,146). Sum of RGB (Red+Green+Blue) = 186+166+146=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA692 is #45596D. Grayscale: #A9A9A9. Windows color (decimal): -4544878 or 9610938. OLE color: 9610938.

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

Color convert

RGB186166146-
CMYK00.110.220.27
HSL30º22.47%65.1%-
HSV(B)30º21.51%72.94%-
XYZ39.0739.7932.81-
YUV169.7114.63139.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 166 (65.23% from 255) = 33.33%
BLUE value IS 146 (57.42% from 255) = 29.32%
R=37.35%
G=33.33%
B=29.32%

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
Decimal18616614600.110.220.273022.4765.1
HexBAA6920B161B1e1641
Octal27224622201326333626101
Binary10111010101001101001001001011101101101111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA692; }

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

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

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

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

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

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

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

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