#BCAB9F

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

Shades of Silk #BCAB9F

Tints of Silk #BCAB9F

Color information

#BCAB9F (or 0xBCAB9F) is unknown color: approx Silk. HEX triplet: BC, AB and 9F. RGB value is (188,171,159). Sum of RGB (Red+Green+Blue) = 188+171+159=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAB9F is #435460. Grayscale: #AEAEAE. Windows color (decimal): -4412513 or 10464188. OLE color: 10464188.

HSL color Cylindrical-coordinate representation of color #BCAB9F: hue angle of 24.83º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAB9F is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB188171159-
CMYK00.090.150.26
HSL24.83º17.79%68.04%-
HSV(B)24.83º15.43%73.73%-
XYZ41.5642.3238.78-
YUV174.72119.13137.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=36.29%
G=33.01%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817115900.090.150.2624.8317.7968.04
HexBCAB9F09F1A191244
Octal27425323701117323122104
Binary1011110010101011100111110100111111101011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB9F; }

 p { color: rgb(188,171,159); }

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

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

 a { background-color: rgb(188,171,159); }

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

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

 span { border-color: rgb(188,171,159); }

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