#BEB37A

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

Shades of Ecru #BEB37A

Tints of Ecru #BEB37A

Color information

#BEB37A (or 0xBEB37A) is unknown color: approx Ecru. HEX triplet: BE, B3 and 7A. RGB value is (190,179,122). Sum of RGB (Red+Green+Blue) = 190+179+122=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB37A is #414C85. Grayscale: #B0B0B0. Windows color (decimal): -4279430 or 8041406. OLE color: 8041406.

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

Color convert

RGB190179122-
CMYK00.060.360.25
HSL50.29º34.34%61.18%-
HSV(B)50.29º35.79%74.51%-
XYZ40.8744.5924.87-
YUV175.7997.64138.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=38.70%
G=36.46%
B=24.85%

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
Decimal19017912200.060.360.2550.2934.3461.18
HexBEB37A06241932223d
Octal276263172064431624275
Binary10111110101100111111010011010010011001110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB37A; }

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

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

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

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

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

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

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

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