#BAAA9D

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

Shades of Silk #BAAA9D

Tints of Silk #BAAA9D

Color information

#BAAA9D (or 0xBAAA9D) is unknown color: approx Silk. HEX triplet: BA, AA and 9D. RGB value is (186,170,157). Sum of RGB (Red+Green+Blue) = 186+170+157=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAA9D is #455562. Grayscale: #ADADAD. Windows color (decimal): -4543843 or 10332858. OLE color: 10332858.

HSL color Cylindrical-coordinate representation of color #BAAA9D: hue angle of 26.9º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAAA9D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186170157-
CMYK00.090.160.27
HSL26.9º17.37%67.25%-
HSV(B)26.9º15.59%72.94%-
XYZ40.7141.6237.79-
YUV173.3118.8137.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 170 (66.80% from 255) = 33.14%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=36.26%
G=33.14%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617015700.090.160.2726.917.3767.25
HexBAAA9D09101B1b1143
Octal27225223501120333321103
Binary10111010101010101001110101001100001101111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAA9D; }

 p { color: rgb(186,170,157); }

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

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

 a { background-color: rgb(186,170,157); }

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

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

 span { border-color: rgb(186,170,157); }

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