#BEAC76

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

Shades of Ecru #BEAC76

Tints of Ecru #BEAC76

Color information

#BEAC76 (or 0xBEAC76) is unknown color: approx Ecru. HEX triplet: BE, AC and 76. RGB value is (190,172,118). Sum of RGB (Red+Green+Blue) = 190+172+118=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC76 is #415389. Grayscale: #ABABAB. Windows color (decimal): -4281226 or 7777470. OLE color: 7777470.

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

Color convert

RGB190172118-
CMYK00.090.380.25
HSL45º35.64%60.39%-
HSV(B)45º37.89%74.51%-
XYZ39.2641.7623.13-
YUV171.2397.96141.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.58%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 118 (46.48% from 255) = 24.58%
R=39.58%
G=35.83%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017211800.090.380.254535.6460.39
HexBEAC760926192d243c
Octal2762541660114631554474
Binary101111101010110011101100100110011011001101101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC76; }

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

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

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

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

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

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

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

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