#BCB1A5

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

Shades of Silk #BCB1A5

Tints of Silk #BCB1A5

Color information

#BCB1A5 (or 0xBCB1A5) is unknown color: approx Silk. HEX triplet: BC, B1 and A5. RGB value is (188,177,165). Sum of RGB (Red+Green+Blue) = 188+177+165=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB1A5 is #434E5A. Grayscale: #B2B2B2. Windows color (decimal): -4410971 or 10858940. OLE color: 10858940.

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

Color convert

RGB188177165-
CMYK00.060.120.26
HSL31.3º14.65%69.22%-
HSV(B)31.3º12.23%73.73%-
XYZ43.2544.8541.98-
YUV178.92120.14134.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 177 (69.53% from 255) = 33.40%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=35.47%
G=33.40%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817716500.060.120.2631.314.6569.22
HexBCB1A506C1A1ff45
Octal2742612450614323717105
Binary10111100101100011010010101101100110101111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1A5; }

 p { color: rgb(188,177,165); }

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

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

 a { background-color: rgb(188,177,165); }

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

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

 span { border-color: rgb(188,177,165); }

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