#BCA997

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

Shades of Silk #BCA997

Tints of Silk #BCA997

Color information

#BCA997 (or 0xBCA997) is unknown color: approx Silk. HEX triplet: BC, A9 and 97. RGB value is (188,169,151). Sum of RGB (Red+Green+Blue) = 188+169+151=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA997 is #435668. Grayscale: #ACACAC. Windows color (decimal): -4413033 or 9939388. OLE color: 9939388.

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

Color convert

RGB188169151-
CMYK00.100.200.26
HSL29.19º21.64%66.47%-
HSV(B)29.19º19.68%73.73%-
XYZ40.5141.335.11-
YUV172.63115.79138.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=37.01%
G=33.27%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816915100.100.200.2629.1921.6466.47
HexBCA9970A141A1d1642
Octal27425122701224323526102
Binary10111100101010011001011101010101001101011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA997; }

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

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

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

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

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

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

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

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