#BCA795

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

Shades of Silk #BCA795

Tints of Silk #BCA795

Color information

#BCA795 (or 0xBCA795) is unknown color: approx Silk. HEX triplet: BC, A7 and 95. RGB value is (188,167,149). Sum of RGB (Red+Green+Blue) = 188+167+149=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA795 is #43586A. Grayscale: #ABABAB. Windows color (decimal): -4413547 or 9807804. OLE color: 9807804.

HSL color Cylindrical-coordinate representation of color #BCA795: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA795 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188167149-
CMYK00.110.210.26
HSL27.69º22.54%66.08%-
HSV(B)27.69º20.74%73.73%-
XYZ39.9840.534.14-
YUV171.23115.46139.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 167 (65.62% from 255) = 33.13%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=37.30%
G=33.13%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816714900.110.210.2627.6922.5466.08
HexBCA7950B151A1c1742
Octal27424722501325323427102
Binary10111100101001111001010101011101011101011100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA795; }

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

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

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

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

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

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

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

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