#BCA493

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

Shades of Silk #BCA493

Tints of Silk #BCA493

Color information

#BCA493 (or 0xBCA493) is unknown color: approx Silk. HEX triplet: BC, A4 and 93. RGB value is (188,164,147). Sum of RGB (Red+Green+Blue) = 188+164+147=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA493 is #435B6C. Grayscale: #A9A9A9. Windows color (decimal): -4414317 or 9675964. OLE color: 9675964.

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

Color convert

RGB188164147-
CMYK00.130.220.26
HSL24.88º23.43%65.69%-
HSV(B)24.88º21.81%73.73%-
XYZ39.2839.3533.13-
YUV169.24115.45141.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 164 (64.45% from 255) = 32.87%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=37.68%
G=32.87%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816414700.130.220.2624.8823.4365.69
HexBCA4930D161A191742
Octal27424422301526323127102
Binary10111100101001001001001101101101101101011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA493; }

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

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

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

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

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

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

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

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