#BEB379

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

Shades of Ecru #BEB379

Tints of Ecru #BEB379

Color information

#BEB379 (or 0xBEB379) is unknown color: approx Ecru. HEX triplet: BE, B3 and 79. RGB value is (190,179,121). Sum of RGB (Red+Green+Blue) = 190+179+121=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB379 is #414C86. Grayscale: #AFAFAF. Windows color (decimal): -4279431 or 7975870. OLE color: 7975870.

HSL color Cylindrical-coordinate representation of color #BEB379: hue angle of 50.43º 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 #BEB379 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB190179121-
CMYK00.060.360.25
HSL50.43º34.67%60.98%-
HSV(B)50.43º36.32%74.51%-
XYZ40.8144.5724.54-
YUV175.6897.14138.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 179 (70.31% from 255) = 36.53%
BLUE value IS 121 (47.66% from 255) = 24.69%
R=38.78%
G=36.53%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017912100.060.360.2550.4334.6760.98
HexBEB37906241932233d
Octal276263171064431624375
Binary10111110101100111111001011010010011001110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB379; }

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

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

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

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

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

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

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

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