#BAAC9B

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

Shades of Silk #BAAC9B

Tints of Silk #BAAC9B

Color information

#BAAC9B (or 0xBAAC9B) is unknown color: approx Silk. HEX triplet: BA, AC and 9B. RGB value is (186,172,155). Sum of RGB (Red+Green+Blue) = 186+172+155=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC9B is #455364. Grayscale: #AEAEAE. Windows color (decimal): -4543333 or 10202298. OLE color: 10202298.

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

Color convert

RGB186172155-
CMYK00.080.170.27
HSL32.9º18.34%66.86%-
HSV(B)32.9º16.67%72.94%-
XYZ40.9242.3137.02-
YUV174.25117.14136.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=36.26%
G=33.53%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617215500.080.170.2732.918.3466.86
HexBAAC9B08111B211243
Octal27225423301021334122103
Binary101110101010110010011011010001000111011100001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC9B; }

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

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

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

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

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

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

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

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