#BCAC9D

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

Shades of Silk #BCAC9D

Tints of Silk #BCAC9D

Color information

#BCAC9D (or 0xBCAC9D) is unknown color: approx Silk. HEX triplet: BC, AC and 9D. RGB value is (188,172,157). Sum of RGB (Red+Green+Blue) = 188+172+157=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAC9D is #435362. Grayscale: #AFAFAF. Windows color (decimal): -4412259 or 10333372. OLE color: 10333372.

HSL color Cylindrical-coordinate representation of color #BCAC9D: hue angle of 29.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAC9D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB188172157-
CMYK00.090.160.26
HSL29.03º18.79%67.65%-
HSV(B)29.03º16.49%73.73%-
XYZ41.5842.6337.94-
YUV175.07117.8137.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.36%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=36.36%
G=33.27%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817215700.090.160.2629.0318.7967.65
HexBCAC9D09101A1d1344
Octal27425423501120323523104
Binary10111100101011001001110101001100001101011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAC9D; }

 p { color: rgb(188,172,157); }

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

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

 a { background-color: rgb(188,172,157); }

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

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

 span { border-color: rgb(188,172,157); }

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