#BCA896

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

Shades of Silk #BCA896

Tints of Silk #BCA896

Color information

#BCA896 (or 0xBCA896) is unknown color: approx Silk. HEX triplet: BC, A8 and 96. RGB value is (188,168,150). Sum of RGB (Red+Green+Blue) = 188+168+150=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA896 is #435769. Grayscale: #ACACAC. Windows color (decimal): -4413290 or 9873596. OLE color: 9873596.

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

Color convert

RGB188168150-
CMYK00.110.200.26
HSL28.42º22.09%66.27%-
HSV(B)28.42º20.21%73.73%-
XYZ40.2540.934.63-
YUV171.93115.63139.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=37.15%
G=33.20%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816815000.110.200.2628.4222.0966.27
HexBCA8960B141A1c1642
Octal27425022601324323426102
Binary10111100101010001001011001011101001101011100101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA896; }

 p { color: rgb(188,168,150); }

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

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

 a { background-color: rgb(188,168,150); }

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

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

 span { border-color: rgb(188,168,150); }

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