#BEB67F

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

Shades of Ecru #BEB67F

Tints of Ecru #BEB67F

Color information

#BEB67F (or 0xBEB67F) is unknown color: approx Ecru. HEX triplet: BE, B6 and 7F. RGB value is (190,182,127). Sum of RGB (Red+Green+Blue) = 190+182+127=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB67F is #414980. Grayscale: #B2B2B2. Windows color (decimal): -4278657 or 8369854. OLE color: 8369854.

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

Color convert

RGB190182127-
CMYK00.040.330.25
HSL52.38º32.64%62.16%-
HSV(B)52.38º33.16%74.51%-
XYZ41.7945.9426.74-
YUV178.1299.15136.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.08%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 127 (50% from 255) = 25.45%
R=38.08%
G=36.47%
B=25.45%

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
Decimal19018212700.040.330.2552.3832.6462.16
HexBEB67F04211934213e
Octal276266177044131644176
Binary10111110101101101111111010010000111001110100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB67F; }

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

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

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

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

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

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

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

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