#BEAA7B

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

Shades of Ecru #BEAA7B

Tints of Ecru #BEAA7B

Color information

#BEAA7B (or 0xBEAA7B) is unknown color: approx Ecru. HEX triplet: BE, AA and 7B. RGB value is (190,170,123). Sum of RGB (Red+Green+Blue) = 190+170+123=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAA7B is #415584. Grayscale: #AAAAAA. Windows color (decimal): -4281733 or 8104638. OLE color: 8104638.

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

Color convert

RGB190170123-
CMYK00.110.350.25
HSL42.09º34.01%61.37%-
HSV(B)42.09º35.26%74.51%-
XYZ39.1941.1324.61-
YUV170.62101.13141.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 170 (66.80% from 255) = 35.20%
BLUE value IS 123 (48.44% from 255) = 25.47%
R=39.34%
G=35.20%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017012300.110.350.2542.0934.0161.37
HexBEAA7B0B23192a223d
Octal2762521730134331524275
Binary101111101010101011110110101110001111001101010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAA7B; }

 p { color: rgb(190,170,123); }

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

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

 a { background-color: rgb(190,170,123); }

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

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

 span { border-color: rgb(190,170,123); }

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