#BEB77A

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

Shades of Ecru #BEB77A

Tints of Ecru #BEB77A

Color information

#BEB77A (or 0xBEB77A) is unknown color: approx Ecru. HEX triplet: BE, B7 and 7A. RGB value is (190,183,122). Sum of RGB (Red+Green+Blue) = 190+183+122=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB77A is #414885. Grayscale: #B2B2B2. Windows color (decimal): -4278406 or 8042430. OLE color: 8042430.

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

Color convert

RGB190183122-
CMYK00.040.360.25
HSL53.82º34.34%61.18%-
HSV(B)53.82º35.79%74.51%-
XYZ41.6846.2225.14-
YUV178.1496.32136.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=38.38%
G=36.97%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018312200.040.360.2553.8234.3461.18
HexBEB77A04241936223d
Octal276267172044431664275
Binary10111110101101111111010010010010011001110110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB77A; }

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

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

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

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

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

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

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

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