#BEB37E

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

Shades of Ecru #BEB37E

Tints of Ecru #BEB37E

Color information

#BEB37E (or 0xBEB37E) is unknown color: approx Ecru. HEX triplet: BE, B3 and 7E. RGB value is (190,179,126). Sum of RGB (Red+Green+Blue) = 190+179+126=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB37E is #414C81. Grayscale: #B0B0B0. Windows color (decimal): -4279426 or 8303550. OLE color: 8303550.

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

Color convert

RGB190179126-
CMYK00.060.340.25
HSL49.69º32.99%61.96%-
HSV(B)49.69º33.68%74.51%-
XYZ41.1244.6926.2-
YUV176.2599.64137.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 126 (49.61% from 255) = 25.45%
R=38.38%
G=36.16%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017912600.060.340.2549.6932.9961.96
HexBEB37E06221932213e
Octal276263176064231624176
Binary10111110101100111111110011010001011001110010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB37E; }

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

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

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

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

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

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

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

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