#BCA697

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

Shades of Silk #BCA697

Tints of Silk #BCA697

Color information

#BCA697 (or 0xBCA697) is unknown color: approx Silk. HEX triplet: BC, A6 and 97. RGB value is (188,166,151). Sum of RGB (Red+Green+Blue) = 188+166+151=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA697 is #435968. Grayscale: #AAAAAA. Windows color (decimal): -4413801 or 9938620. OLE color: 9938620.

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

Color convert

RGB188166151-
CMYK00.120.200.26
HSL24.32º21.64%66.47%-
HSV(B)24.32º19.68%73.73%-
XYZ39.9640.234.93-
YUV170.87116.79140.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=37.23%
G=32.87%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816615100.120.200.2624.3221.6466.47
HexBCA6970C141A181642
Octal27424622701424323026102
Binary10111100101001101001011101100101001101011000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA697; }

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

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

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

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

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

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

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

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