#BEB381

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

Shades of Ecru #BEB381

Tints of Ecru #BEB381

Color information

#BEB381 (or 0xBEB381) is unknown color: approx Ecru. HEX triplet: BE, B3 and 81. RGB value is (190,179,129). Sum of RGB (Red+Green+Blue) = 190+179+129=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB381 is #414C7E. Grayscale: #B0B0B0. Windows color (decimal): -4279423 or 8500158. OLE color: 8500158.

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

Color convert

RGB190179129-
CMYK00.060.320.25
HSL49.18º31.94%62.55%-
HSV(B)49.18º32.11%74.51%-
XYZ41.3244.7727.23-
YUV176.59101.14137.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 129 (50.78% from 255) = 25.90%
R=38.15%
G=35.94%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017912900.060.320.2549.1831.9462.55
HexBEB38106201931203f
Octal276263201064031614077
Binary101111101011001110000001011010000011001110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB381; }

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

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

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

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

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

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

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

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