#BCA693

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

Shades of Silk #BCA693

Tints of Silk #BCA693

Color information

#BCA693 (or 0xBCA693) is unknown color: approx Silk. HEX triplet: BC, A6 and 93. RGB value is (188,166,147). Sum of RGB (Red+Green+Blue) = 188+166+147=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA693 is #43596C. Grayscale: #AAAAAA. Windows color (decimal): -4413805 or 9676476. OLE color: 9676476.

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

Color convert

RGB188166147-
CMYK00.120.220.26
HSL27.8º23.43%65.69%-
HSV(B)27.8º21.81%73.73%-
XYZ39.6440.0733.25-
YUV170.41114.79140.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=37.52%
G=33.13%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816614700.120.220.2627.823.4365.69
HexBCA6930C161A1c1742
Octal27424622301426323427102
Binary10111100101001101001001101100101101101011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA693; }

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

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

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

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

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

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

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

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