#BCB0A1

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

Shades of Silk #BCB0A1

Tints of Silk #BCB0A1

Color information

#BCB0A1 (or 0xBCB0A1) is unknown color: approx Silk. HEX triplet: BC, B0 and A1. RGB value is (188,176,161). Sum of RGB (Red+Green+Blue) = 188+176+161=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A1 is #434F5E. Grayscale: #B1B1B1. Windows color (decimal): -4411231 or 10596540. OLE color: 10596540.

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

Color convert

RGB188176161-
CMYK00.060.140.26
HSL33.33º16.77%68.43%-
HSV(B)33.33º14.36%73.73%-
XYZ42.744.3240.02-
YUV177.88118.48135.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 161 (63.28% from 255) = 30.67%
R=35.81%
G=33.52%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817616100.060.140.2633.3316.7768.43
HexBCB0A106E1A211144
Octal2742602410616324121104
Binary1011110010110000101000010110111011010100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0A1; }

 p { color: rgb(188,176,161); }

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

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

 a { background-color: rgb(188,176,161); }

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

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

 span { border-color: rgb(188,176,161); }

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