#BCA999

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

Shades of Silk #BCA999

Tints of Silk #BCA999

Color information

#BCA999 (or 0xBCA999) is unknown color: approx Silk. HEX triplet: BC, A9 and 99. RGB value is (188,169,153). Sum of RGB (Red+Green+Blue) = 188+169+153=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA999 is #435666. Grayscale: #ACACAC. Windows color (decimal): -4413031 or 10070460. OLE color: 10070460.

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

Color convert

RGB188169153-
CMYK00.100.190.26
HSL27.43º20.71%66.86%-
HSV(B)27.43º18.62%73.73%-
XYZ40.6841.3735.98-
YUV172.86116.79138.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 153 (60.16% from 255) = 30%
R=36.86%
G=33.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816915300.100.190.2627.4320.7166.86
HexBCA9990A131A1b1543
Octal27425123101223323325103
Binary10111100101010011001100101010100111101011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA999; }

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

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

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

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

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

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

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

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