#BCA993

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

Shades of Silk #BCA993

Tints of Silk #BCA993

Color information

#BCA993 (or 0xBCA993) is unknown color: approx Silk. HEX triplet: BC, A9 and 93. RGB value is (188,169,147). Sum of RGB (Red+Green+Blue) = 188+169+147=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA993 is #43566C. Grayscale: #ACACAC. Windows color (decimal): -4413037 or 9677244. OLE color: 9677244.

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

Color convert

RGB188169147-
CMYK00.100.220.26
HSL32.2º23.43%65.69%-
HSV(B)32.2º21.81%73.73%-
XYZ40.1941.1733.43-
YUV172.17113.79139.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=37.30%
G=33.53%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816914700.100.220.2632.223.4365.69
HexBCA9930A161A201742
Octal27425122301226324027102
Binary101111001010100110010011010101011011010100000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA993; }

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

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

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

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

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

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

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

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