#BEB77F

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

Shades of Ecru #BEB77F

Tints of Ecru #BEB77F

Color information

#BEB77F (or 0xBEB77F) is unknown color: approx Ecru. HEX triplet: BE, B7 and 7F. RGB value is (190,183,127). Sum of RGB (Red+Green+Blue) = 190+183+127=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB77F is #414880. Grayscale: #B2B2B2. Windows color (decimal): -4278401 or 8370110. OLE color: 8370110.

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

Color convert

RGB190183127-
CMYK00.040.330.25
HSL53.33º32.64%62.16%-
HSV(B)53.33º33.16%74.51%-
XYZ4246.3526.81-
YUV178.7198.82136.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 183 (71.88% from 255) = 36.6%
BLUE value IS 127 (50% from 255) = 25.4%
R=38%
G=36.6%
B=25.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018312700.040.330.2553.3332.6462.16
HexBEB77F04211935213e
Octal276267177044131654176
Binary10111110101101111111111010010000111001110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB77F; }

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

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

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

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

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

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

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

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