#BCAB7A

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

Shades of Ecru #BCAB7A

Tints of Ecru #BCAB7A

Color information

#BCAB7A (or 0xBCAB7A) is unknown color: approx Ecru. HEX triplet: BC, AB and 7A. RGB value is (188,171,122). Sum of RGB (Red+Green+Blue) = 188+171+122=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB7A is #435485. Grayscale: #AAAAAA. Windows color (decimal): -4412550 or 8039356. OLE color: 8039356.

HSL color Cylindrical-coordinate representation of color #BCAB7A: hue angle of 44.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCAB7A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB188171122-
CMYK00.090.350.26
HSL44.55º33%60.78%-
HSV(B)44.55º35.11%73.73%-
XYZ38.8141.2224.32-
YUV170.5100.63140.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=39.09%
G=35.55%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817112200.090.350.2644.553360.78
HexBCAB7A09231A2d213d
Octal2742531720114332554175
Binary101111001010101111110100100110001111010101101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB7A; }

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

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

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

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

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

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

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

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