#BEAC77

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

Shades of Ecru #BEAC77

Tints of Ecru #BEAC77

Color information

#BEAC77 (or 0xBEAC77) is unknown color: approx Ecru. HEX triplet: BE, AC and 77. RGB value is (190,172,119). Sum of RGB (Red+Green+Blue) = 190+172+119=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC77 is #415388. Grayscale: #ABABAB. Windows color (decimal): -4281225 or 7843006. OLE color: 7843006.

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

Color convert

RGB190172119-
CMYK00.090.370.25
HSL44.79º35.32%60.59%-
HSV(B)44.79º37.37%74.51%-
XYZ39.3241.7823.45-
YUV171.3498.46141.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.50%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 119 (46.88% from 255) = 24.74%
R=39.50%
G=35.76%
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.25
SystemRedGreenBlueCMYKHSL
Decimal19017211900.090.370.2544.7935.3260.59
HexBEAC770925192d233d
Octal2762541670114531554375
Binary101111101010110011101110100110010111001101101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAC77; }

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

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

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

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

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

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

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

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