#BCA89B

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

Shades of Silk #BCA89B

Tints of Silk #BCA89B

Color information

#BCA89B (or 0xBCA89B) is unknown color: approx Silk. HEX triplet: BC, A8 and 9B. RGB value is (188,168,155). Sum of RGB (Red+Green+Blue) = 188+168+155=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA89B is #435764. Grayscale: #ACACAC. Windows color (decimal): -4413285 or 10201276. OLE color: 10201276.

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

Color convert

RGB188168155-
CMYK00.110.180.26
HSL23.64º19.76%67.25%-
HSV(B)23.64º17.55%73.73%-
XYZ40.6641.0636.79-
YUV172.5118.13139.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=36.79%
G=32.88%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816815500.110.180.2623.6419.7667.25
HexBCA89B0B121A181443
Octal27425023301322323024103
Binary10111100101010001001101101011100101101011000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA89B; }

 p { color: rgb(188,168,155); }

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

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

 a { background-color: rgb(188,168,155); }

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

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

 span { border-color: rgb(188,168,155); }

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