#BCA99C

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

Shades of Silk #BCA99C

Tints of Silk #BCA99C

Color information

#BCA99C (or 0xBCA99C) is unknown color: approx Silk. HEX triplet: BC, A9 and 9C. RGB value is (188,169,156). Sum of RGB (Red+Green+Blue) = 188+169+156=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA99C is #435663. Grayscale: #ADADAD. Windows color (decimal): -4413028 or 10267068. OLE color: 10267068.

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

Color convert

RGB188169156-
CMYK00.100.170.26
HSL24.38º19.28%67.45%-
HSV(B)24.38º17.02%73.73%-
XYZ40.9341.4737.3-
YUV173.2118.29138.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=36.65%
G=32.94%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816915600.100.170.2624.3819.2867.45
HexBCA99C0A111A181343
Octal27425123401221323023103
Binary10111100101010011001110001010100011101011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA99C; }

 p { color: rgb(188,169,156); }

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

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

 a { background-color: rgb(188,169,156); }

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

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

 span { border-color: rgb(188,169,156); }

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