#BCA797

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

Shades of Silk #BCA797

Tints of Silk #BCA797

Color information

#BCA797 (or 0xBCA797) is unknown color: approx Silk. HEX triplet: BC, A7 and 97. RGB value is (188,167,151). Sum of RGB (Red+Green+Blue) = 188+167+151=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA797 is #435868. Grayscale: #ABABAB. Windows color (decimal): -4413545 or 9938876. OLE color: 9938876.

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

Color convert

RGB188167151-
CMYK00.110.200.26
HSL25.95º21.64%66.47%-
HSV(B)25.95º19.68%73.73%-
XYZ40.1440.5634.99-
YUV171.46116.46139.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 151 (59.38% from 255) = 29.84%
R=37.15%
G=33.00%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816715100.110.200.2625.9521.6466.47
HexBCA7970B141A1a1642
Octal27424722701324323226102
Binary10111100101001111001011101011101001101011010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA797; }

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

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

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

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

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

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

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

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