#BEB079

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

Shades of Ecru #BEB079

Tints of Ecru #BEB079

Color information

#BEB079 (or 0xBEB079) is unknown color: approx Ecru. HEX triplet: BE, B0 and 79. RGB value is (190,176,121). Sum of RGB (Red+Green+Blue) = 190+176+121=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB079 is #414F86. Grayscale: #AEAEAE. Windows color (decimal): -4280199 or 7975102. OLE color: 7975102.

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

Color convert

RGB190176121-
CMYK00.070.360.25
HSL47.83º34.67%60.98%-
HSV(B)47.83º36.32%74.51%-
XYZ40.2143.3824.34-
YUV173.9298.14139.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 121 (47.66% from 255) = 24.85%
R=39.01%
G=36.14%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017612100.070.360.2547.8334.6760.98
HexBEB07907241930233d
Octal276260171074431604375
Binary10111110101100001111001011110010011001110000100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB079; }

 p { color: rgb(190,176,121); }

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

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

 a { background-color: rgb(190,176,121); }

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

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

 span { border-color: rgb(190,176,121); }

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