#BCA694

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

Shades of Silk #BCA694

Tints of Silk #BCA694

Color information

#BCA694 (or 0xBCA694) is unknown color: approx Silk. HEX triplet: BC, A6 and 94. RGB value is (188,166,148). Sum of RGB (Red+Green+Blue) = 188+166+148=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA694 is #43596B. Grayscale: #AAAAAA. Windows color (decimal): -4413804 or 9742012. OLE color: 9742012.

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

Color convert

RGB188166148-
CMYK00.120.210.26
HSL27º22.99%65.88%-
HSV(B)27º21.28%73.73%-
XYZ39.7240.133.66-
YUV170.53115.29140.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 166 (65.23% from 255) = 33.07%
BLUE value IS 148 (58.20% from 255) = 29.48%
R=37.45%
G=33.07%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816614800.120.210.262722.9965.88
HexBCA6940C151A1b1742
Octal27424622401425323327102
Binary10111100101001101001010001100101011101011011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA694; }

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

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

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

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

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

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

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

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