#BCA794

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

Shades of Silk #BCA794

Tints of Silk #BCA794

Color information

#BCA794 (or 0xBCA794) is unknown color: approx Silk. HEX triplet: BC, A7 and 94. RGB value is (188,167,148). Sum of RGB (Red+Green+Blue) = 188+167+148=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA794 is #43586B. Grayscale: #ABABAB. Windows color (decimal): -4413548 or 9742268. OLE color: 9742268.

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

Color convert

RGB188167148-
CMYK00.110.210.26
HSL28.5º22.99%65.88%-
HSV(B)28.5º21.28%73.73%-
XYZ39.940.4733.72-
YUV171.11114.96140.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 167 (65.62% from 255) = 33.20%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=37.38%
G=33.20%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816714800.110.210.2628.522.9965.88
HexBCA7940B151A1d1742
Octal27424722401325323527102
Binary10111100101001111001010001011101011101011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA794; }

 p { color: rgb(188,167,148); }

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

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

 a { background-color: rgb(188,167,148); }

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

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

 span { border-color: rgb(188,167,148); }

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