#BEB376

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

Shades of Ecru #BEB376

Tints of Ecru #BEB376

Color information

#BEB376 (or 0xBEB376) is unknown color: approx Ecru. HEX triplet: BE, B3 and 76. RGB value is (190,179,118). Sum of RGB (Red+Green+Blue) = 190+179+118=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB376 is #414C89. Grayscale: #AFAFAF. Windows color (decimal): -4279434 or 7779262. OLE color: 7779262.

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

Color convert

RGB190179118-
CMYK00.060.380.25
HSL50.83º35.64%60.39%-
HSV(B)50.83º37.89%74.51%-
XYZ40.6344.523.59-
YUV175.3395.64138.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=39.01%
G=36.76%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017911800.060.380.2550.8335.6460.39
HexBEB37606261933243c
Octal276263166064631634474
Binary10111110101100111110110011010011011001110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB376; }

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

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

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

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

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

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

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

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