#BCAB76

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

Shades of Ecru #BCAB76

Tints of Ecru #BCAB76

Color information

#BCAB76 (or 0xBCAB76) is unknown color: approx Ecru. HEX triplet: BC, AB and 76. RGB value is (188,171,118). Sum of RGB (Red+Green+Blue) = 188+171+118=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB76 is #435489. Grayscale: #AAAAAA. Windows color (decimal): -4412554 or 7777212. OLE color: 7777212.

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

Color convert

RGB188171118-
CMYK00.090.370.26
HSL45.43º34.31%60%-
HSV(B)45.43º37.23%73.73%-
XYZ38.5741.1323.04-
YUV170.0498.63140.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=39.41%
G=35.85%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817111800.090.370.2645.4334.3160
HexBCAB7609251A2d223c
Octal2742531660114532554274
Binary101111001010101111101100100110010111010101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB76; }

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

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

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

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

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

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

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

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