#BCA994

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

Shades of Silk #BCA994

Tints of Silk #BCA994

Color information

#BCA994 (or 0xBCA994) is unknown color: approx Silk. HEX triplet: BC, A9 and 94. RGB value is (188,169,148). Sum of RGB (Red+Green+Blue) = 188+169+148=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA994 is #43566B. Grayscale: #ACACAC. Windows color (decimal): -4413036 or 9742780. OLE color: 9742780.

HSL color Cylindrical-coordinate representation of color #BCA994: hue angle of 31.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA994 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188169148-
CMYK00.100.210.26
HSL31.5º22.99%65.88%-
HSV(B)31.5º21.28%73.73%-
XYZ40.2741.2133.85-
YUV172.29114.29139.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=37.23%
G=33.47%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816914800.100.210.2631.522.9965.88
HexBCA9940A151A201742
Octal27425122401225324027102
Binary101111001010100110010100010101010111010100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA994; }

 p { color: rgb(188,169,148); }

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

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

 a { background-color: rgb(188,169,148); }

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

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

 span { border-color: rgb(188,169,148); }

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