#BCA89D

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

Shades of Silk #BCA89D

Tints of Silk #BCA89D

Color information

#BCA89D (or 0xBCA89D) is unknown color: approx Silk. HEX triplet: BC, A8 and 9D. RGB value is (188,168,157). Sum of RGB (Red+Green+Blue) = 188+168+157=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA89D is #435762. Grayscale: #ACACAC. Windows color (decimal): -4413283 or 10332348. OLE color: 10332348.

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

Color convert

RGB188168157-
CMYK00.110.160.26
HSL21.29º18.79%67.65%-
HSV(B)21.29º16.49%73.73%-
XYZ40.8341.1337.69-
YUV172.73119.13138.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=36.65%
G=32.75%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816815700.110.160.2621.2918.7967.65
HexBCA89D0B101A151344
Octal27425023501320322523104
Binary10111100101010001001110101011100001101010101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA89D; }

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

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

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

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

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

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

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

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