#BCA593

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

Shades of Silk #BCA593

Tints of Silk #BCA593

Color information

#BCA593 (or 0xBCA593) is unknown color: approx Silk. HEX triplet: BC, A5 and 93. RGB value is (188,165,147). Sum of RGB (Red+Green+Blue) = 188+165+147=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA593 is #435A6C. Grayscale: #A9A9A9. Windows color (decimal): -4414061 or 9676220. OLE color: 9676220.

HSL color Cylindrical-coordinate representation of color #BCA593: hue angle of 26.34º 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 #BCA593 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB188165147-
CMYK00.120.220.26
HSL26.34º23.43%65.69%-
HSV(B)26.34º21.81%73.73%-
XYZ39.4639.7133.19-
YUV169.82115.12140.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 165 (64.84% from 255) = 33%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=37.6%
G=33%
B=29.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816514700.120.220.2626.3423.4365.69
HexBCA5930C161A1a1742
Octal27424522301426323227102
Binary10111100101001011001001101100101101101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA593; }

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

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

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

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

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

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

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

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