#BAAC9D

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

Shades of Silk #BAAC9D

Tints of Silk #BAAC9D

Color information

#BAAC9D (or 0xBAAC9D) is unknown color: approx Silk. HEX triplet: BA, AC and 9D. RGB value is (186,172,157). Sum of RGB (Red+Green+Blue) = 186+172+157=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC9D is #455362. Grayscale: #AEAEAE. Windows color (decimal): -4543331 or 10333370. OLE color: 10333370.

HSL color Cylindrical-coordinate representation of color #BAAC9D: hue angle of 31.03º 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 #BAAC9D is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186172157-
CMYK00.080.160.27
HSL31.03º17.37%67.25%-
HSV(B)31.03º15.59%72.94%-
XYZ41.0942.3837.91-
YUV174.48118.14136.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=36.12%
G=33.40%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617215700.080.160.2731.0317.3767.25
HexBAAC9D08101B1f1143
Octal27225423501020333721103
Binary10111010101011001001110101000100001101111111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC9D; }

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

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

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

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

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

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

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

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