#BAAD9E

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

Shades of Silk #BAAD9E

Tints of Silk #BAAD9E

Color information

#BAAD9E (or 0xBAAD9E) is unknown color: approx Silk. HEX triplet: BA, AD and 9E. RGB value is (186,173,158). Sum of RGB (Red+Green+Blue) = 186+173+158=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAD9E is #455261. Grayscale: #AFAFAF. Windows color (decimal): -4543074 or 10399162. OLE color: 10399162.

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

Color convert

RGB186173158-
CMYK00.070.150.27
HSL32.14º16.87%67.45%-
HSV(B)32.14º15.05%72.94%-
XYZ41.3642.7938.43-
YUV175.18118.31135.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=35.98%
G=33.46%
B=30.56%

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
Decimal18617315800.070.150.2732.1416.8767.45
HexBAAD9E07F1B201143
Octal2722552360717334021103
Binary1011101010101101100111100111111111011100000100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD9E; }

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

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

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

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

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

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

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

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