#BCB0A4

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

Shades of Silk #BCB0A4

Tints of Silk #BCB0A4

Color information

#BCB0A4 (or 0xBCB0A4) is unknown color: approx Silk. HEX triplet: BC, B0 and A4. RGB value is (188,176,164). Sum of RGB (Red+Green+Blue) = 188+176+164=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A4 is #434F5B. Grayscale: #B2B2B2. Windows color (decimal): -4411228 or 10793148. OLE color: 10793148.

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

Color convert

RGB188176164-
CMYK00.060.130.26
HSL30º15.19%69.02%-
HSV(B)30º12.77%73.73%-
XYZ42.9744.4241.43-
YUV178.22119.98134.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=35.61%
G=33.33%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817616400.060.130.263015.1969.02
HexBCB0A406D1A1ef45
Octal2742602440615323617105
Binary10111100101100001010010001101101110101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0A4; }

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

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

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

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

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

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

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

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