#BCA597

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

Shades of Silk #BCA597

Tints of Silk #BCA597

Color information

#BCA597 (or 0xBCA597) is unknown color: approx Silk. HEX triplet: BC, A5 and 97. RGB value is (188,165,151). Sum of RGB (Red+Green+Blue) = 188+165+151=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA597 is #435A68. Grayscale: #AAAAAA. Windows color (decimal): -4414057 or 9938364. OLE color: 9938364.

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

Color convert

RGB188165151-
CMYK00.120.200.26
HSL22.7º21.64%66.47%-
HSV(B)22.7º19.68%73.73%-
XYZ39.7839.8434.87-
YUV170.28117.12140.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 165 (64.84% from 255) = 32.74%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=37.30%
G=32.74%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816515100.120.200.2622.721.6466.47
HexBCA5970C141A171642
Octal27424522701424322726102
Binary10111100101001011001011101100101001101010111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA597; }

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

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

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

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

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

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

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

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