#BEAC71

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

Shades of Ecru #BEAC71

Tints of Ecru #BEAC71

Color information

#BEAC71 (or 0xBEAC71) is unknown color: approx Ecru. HEX triplet: BE, AC and 71. RGB value is (190,172,113). Sum of RGB (Red+Green+Blue) = 190+172+113=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC71 is #41538E. Grayscale: #AAAAAA. Windows color (decimal): -4281231 or 7449790. OLE color: 7449790.

HSL color Cylindrical-coordinate representation of color #BEAC71: hue angle of 45.97º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEAC71 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB190172113-
CMYK00.090.410.25
HSL45.97º37.2%59.41%-
HSV(B)45.97º40.53%74.51%-
XYZ38.9741.6421.61-
YUV170.6695.46141.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=40%
G=36.21%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017211300.090.410.2545.9737.259.41
HexBEAC710929192e253b
Octal2762541610115131564573
Binary101111101010110011100010100110100111001101110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC71; }

 p { color: rgb(190,172,113); }

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

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

 a { background-color: rgb(190,172,113); }

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

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

 span { border-color: rgb(190,172,113); }

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