#BAAC9F

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

Shades of Silk #BAAC9F

Tints of Silk #BAAC9F

Color information

#BAAC9F (or 0xBAAC9F) is unknown color: approx Silk. HEX triplet: BA, AC and 9F. RGB value is (186,172,159). Sum of RGB (Red+Green+Blue) = 186+172+159=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAAC9F is #455360. Grayscale: #AEAEAE. Windows color (decimal): -4543329 or 10464442. OLE color: 10464442.

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

Color convert

RGB186172159-
CMYK00.080.150.27
HSL28.89º16.36%67.65%-
HSV(B)28.89º14.52%72.94%-
XYZ41.2642.4538.82-
YUV174.7119.14136.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=35.98%
G=33.27%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617215900.080.150.2728.8916.3667.65
HexBAAC9F08F1B1d1044
Octal27225423701017333520104
Binary1011101010101100100111110100011111101111101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC9F; }

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

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

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

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

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

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

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

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