#BCAB71

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

Shades of Ecru #BCAB71

Tints of Ecru #BCAB71

Color information

#BCAB71 (or 0xBCAB71) is unknown color: approx Ecru. HEX triplet: BC, AB and 71. RGB value is (188,171,113). Sum of RGB (Red+Green+Blue) = 188+171+113=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAB71 is #43548E. Grayscale: #A9A9A9. Windows color (decimal): -4412559 or 7449532. OLE color: 7449532.

HSL color Cylindrical-coordinate representation of color #BCAB71: hue angle of 46.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCAB71 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188171113-
CMYK00.090.400.26
HSL46.4º35.89%59.02%-
HSV(B)46.4º39.89%73.73%-
XYZ38.2841.0121.52-
YUV169.4796.13141.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=39.83%
G=36.23%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18817111300.090.400.2646.435.8959.02
HexBCAB7109281A2e243b
Octal2742531610115032564473
Binary101111001010101111100010100110100011010101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCAB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCAB71; }

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

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

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

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

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

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

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

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