#BEB681

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

Shades of Ecru #BEB681

Tints of Ecru #BEB681

Color information

#BEB681 (or 0xBEB681) is unknown color: approx Ecru. HEX triplet: BE, B6 and 81. RGB value is (190,182,129). Sum of RGB (Red+Green+Blue) = 190+182+129=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB681 is #41497E. Grayscale: #B2B2B2. Windows color (decimal): -4278655 or 8500926. OLE color: 8500926.

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

Color convert

RGB190182129-
CMYK00.040.320.25
HSL52.13º31.94%62.55%-
HSV(B)52.13º32.11%74.51%-
XYZ41.9345.9927.44-
YUV178.35100.15136.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 129 (50.78% from 255) = 25.75%
R=37.92%
G=36.33%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018212900.040.320.2552.1331.9462.55
HexBEB68104201934203f
Octal276266201044031644077
Binary101111101011011010000001010010000011001110100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB681; }

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

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

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

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

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

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

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

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