#BCA796

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

Shades of Silk #BCA796

Tints of Silk #BCA796

Color information

#BCA796 (or 0xBCA796) is unknown color: approx Silk. HEX triplet: BC, A7 and 96. RGB value is (188,167,150). Sum of RGB (Red+Green+Blue) = 188+167+150=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA796 is #435869. Grayscale: #ABABAB. Windows color (decimal): -4413546 or 9873340. OLE color: 9873340.

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

Color convert

RGB188167150-
CMYK00.110.200.26
HSL26.84º22.09%66.27%-
HSV(B)26.84º20.21%73.73%-
XYZ40.0640.5334.57-
YUV171.34115.96139.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=37.23%
G=33.07%
B=29.70%

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
Decimal18816715000.110.200.2626.8422.0966.27
HexBCA7960B141A1b1642
Octal27424722601324323326102
Binary10111100101001111001011001011101001101011011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA796; }

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

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

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

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

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

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

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

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