#BEB385

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

Shades of Ecru #BEB385

Tints of Ecru #BEB385

Color information

#BEB385 (or 0xBEB385) is unknown color: approx Ecru. HEX triplet: BE, B3 and 85. RGB value is (190,179,133). Sum of RGB (Red+Green+Blue) = 190+179+133=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB385 is #414C7A. Grayscale: #B1B1B1. Windows color (decimal): -4279419 or 8762302. OLE color: 8762302.

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

Color convert

RGB190179133-
CMYK00.060.30.25
HSL48.42º30.48%63.33%-
HSV(B)48.42º30%74.51%-
XYZ41.5944.8828.66-
YUV177.04103.14137.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.85%
GREEN value IS 179 (70.31% from 255) = 35.66%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=37.85%
G=35.66%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017913300.060.30.2548.4230.4863.33
HexBEB385061E19301e3f
Octal276263205063631603677
Binary1011111010110011100001010110111101100111000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB385; }

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

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

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

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

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

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

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

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