#BCA495

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

Shades of Silk #BCA495

Tints of Silk #BCA495

Color information

#BCA495 (or 0xBCA495) is unknown color: approx Silk. HEX triplet: BC, A4 and 95. RGB value is (188,164,149). Sum of RGB (Red+Green+Blue) = 188+164+149=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA495 is #435B6A. Grayscale: #A9A9A9. Windows color (decimal): -4414315 or 9807036. OLE color: 9807036.

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

Color convert

RGB188164149-
CMYK00.130.210.26
HSL23.08º22.54%66.08%-
HSV(B)23.08º20.74%73.73%-
XYZ39.4439.4133.96-
YUV169.47116.45141.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 164 (64.45% from 255) = 32.73%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=37.52%
G=32.73%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816414900.130.210.2623.0822.5466.08
HexBCA4950D151A171742
Octal27424422501525322727102
Binary10111100101001001001010101101101011101010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA495; }

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

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

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

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

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

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

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

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