#BEB77D

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

Shades of Ecru #BEB77D

Tints of Ecru #BEB77D

Color information

#BEB77D (or 0xBEB77D) is unknown color: approx Ecru. HEX triplet: BE, B7 and 7D. RGB value is (190,183,125). Sum of RGB (Red+Green+Blue) = 190+183+125=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB77D is #414882. Grayscale: #B2B2B2. Windows color (decimal): -4278403 or 8239038. OLE color: 8239038.

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

Color convert

RGB190183125-
CMYK00.040.340.25
HSL53.54º33.33%61.76%-
HSV(B)53.54º34.21%74.51%-
XYZ41.8746.2926.13-
YUV178.4897.82136.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=38.15%
G=36.75%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018312500.040.340.2553.5433.3361.76
HexBEB77D04221936213e
Octal276267175044231664176
Binary10111110101101111111101010010001011001110110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB77D; }

 p { color: rgb(190,183,125); }

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

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

 a { background-color: rgb(190,183,125); }

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

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

 span { border-color: rgb(190,183,125); }

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