#BAAD9F

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

Shades of Silk #BAAD9F

Tints of Silk #BAAD9F

Color information

#BAAD9F (or 0xBAAD9F) is unknown color: approx Silk. HEX triplet: BA, AD and 9F. RGB value is (186,173,159). Sum of RGB (Red+Green+Blue) = 186+173+159=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9F is #455260. Grayscale: #AFAFAF. Windows color (decimal): -4543073 or 10464698. OLE color: 10464698.

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

Color convert

RGB186173159-
CMYK00.070.150.27
HSL31.11º16.36%67.65%-
HSV(B)31.11º14.52%72.94%-
XYZ41.4542.8338.88-
YUV175.29118.81135.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=35.91%
G=33.40%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617315900.070.150.2731.1116.3667.65
HexBAAD9F07F1B1f1044
Octal2722552370717333720104
Binary101110101010110110011111011111111101111111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD9F; }

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

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

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

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

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

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

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

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