#BCA791

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

Shades of Silk #BCA791

Tints of Silk #BCA791

Color information

#BCA791 (or 0xBCA791) is unknown color: approx Silk. HEX triplet: BC, A7 and 91. RGB value is (188,167,145). Sum of RGB (Red+Green+Blue) = 188+167+145=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA791 is #43586E. Grayscale: #AAAAAA. Windows color (decimal): -4413551 or 9545660. OLE color: 9545660.

HSL color Cylindrical-coordinate representation of color #BCA791: hue angle of 30.7º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA791 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188167145-
CMYK00.110.230.26
HSL30.7º24.29%65.29%-
HSV(B)30.7º22.87%73.73%-
XYZ39.6740.3732.49-
YUV170.77113.46140.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 145 (57.03% from 255) = 29%
R=37.6%
G=33.4%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816714500.110.230.2630.724.2965.29
HexBCA7910B171A1f1841
Octal27424722101327323730101
Binary10111100101001111001000101011101111101011111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA791; }

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

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

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

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

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

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

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

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