#BCB0A2

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

Shades of Silk #BCB0A2

Tints of Silk #BCB0A2

Color information

#BCB0A2 (or 0xBCB0A2) is unknown color: approx Silk. HEX triplet: BC, B0 and A2. RGB value is (188,176,162). Sum of RGB (Red+Green+Blue) = 188+176+162=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A2 is #434F5D. Grayscale: #B2B2B2. Windows color (decimal): -4411230 or 10662076. OLE color: 10662076.

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

Color convert

RGB188176162-
CMYK00.060.140.26
HSL32.31º16.25%68.63%-
HSV(B)32.31º13.83%73.73%-
XYZ42.7944.3540.49-
YUV177.99118.98135.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 162 (63.67% from 255) = 30.80%
R=35.74%
G=33.46%
B=30.80%

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
Decimal18817616200.060.140.2632.3116.2568.63
HexBCB0A206E1A201045
Octal2742602420616324020105
Binary1011110010110000101000100110111011010100000100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0A2; }

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

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

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

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

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

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

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

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