#BCA676

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

Shades of Ecru #BCA676

Tints of Ecru #BCA676

Color information

#BCA676 (or 0xBCA676) is unknown color: approx Ecru. HEX triplet: BC, A6 and 76. RGB value is (188,166,118). Sum of RGB (Red+Green+Blue) = 188+166+118=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA676 is #435989. Grayscale: #A7A7A7. Windows color (decimal): -4413834 or 7775932. OLE color: 7775932.

HSL color Cylindrical-coordinate representation of color #BCA676: hue angle of 41.14º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCA676 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB188166118-
CMYK00.120.370.26
HSL41.14º34.31%60%-
HSV(B)41.14º37.23%73.73%-
XYZ37.6539.2722.74-
YUV167.11100.29142.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 166 (65.23% from 255) = 35.17%
BLUE value IS 118 (46.48% from 255) = 25%
R=39.83%
G=35.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816611800.120.370.2641.1434.3160
HexBCA6760C251A29223c
Octal2742461660144532514274
Binary101111001010011011101100110010010111010101001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA676; }

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

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

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

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

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

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

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

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