#BCA69A

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

Shades of Silk #BCA69A

Tints of Silk #BCA69A

Color information

#BCA69A (or 0xBCA69A) is unknown color: approx Silk. HEX triplet: BC, A6 and 9A. RGB value is (188,166,154). Sum of RGB (Red+Green+Blue) = 188+166+154=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA69A is #435965. Grayscale: #ABABAB. Windows color (decimal): -4413798 or 10135228. OLE color: 10135228.

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

Color convert

RGB188166154-
CMYK00.120.180.26
HSL21.18º20.24%67.06%-
HSV(B)21.18º18.09%73.73%-
XYZ40.2140.336.23-
YUV171.21118.29139.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.01%
GREEN value IS 166 (65.23% from 255) = 32.68%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=37.01%
G=32.68%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816615400.120.180.2621.1820.2467.06
HexBCA69A0C121A151443
Octal27424623201422322524103
Binary10111100101001101001101001100100101101010101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA69A; }

 p { color: rgb(188,166,154); }

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

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

 a { background-color: rgb(188,166,154); }

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

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

 span { border-color: rgb(188,166,154); }

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