#BAAD9D

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

Shades of Silk #BAAD9D

Tints of Silk #BAAD9D

Color information

#BAAD9D (or 0xBAAD9D) is unknown color: approx Silk. HEX triplet: BA, AD and 9D. RGB value is (186,173,157). Sum of RGB (Red+Green+Blue) = 186+173+157=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9D is #455262. Grayscale: #AFAFAF. Windows color (decimal): -4543075 or 10333626. OLE color: 10333626.

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

Color convert

RGB186173157-
CMYK00.070.160.27
HSL33.1º17.37%67.25%-
HSV(B)33.1º15.59%72.94%-
XYZ41.2842.7637.98-
YUV175.06117.81135.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=36.05%
G=33.53%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617315700.070.160.2733.117.3767.25
HexBAAD9D07101B211143
Octal2722552350720334121103
Binary10111010101011011001110101111000011011100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD9D; }

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

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

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

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

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

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

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

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