#BEB485

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

Shades of Ecru #BEB485

Tints of Ecru #BEB485

Color information

#BEB485 (or 0xBEB485) is unknown color: approx Ecru. HEX triplet: BE, B4 and 85. RGB value is (190,180,133). Sum of RGB (Red+Green+Blue) = 190+180+133=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB485 is #414B7A. Grayscale: #B1B1B1. Windows color (decimal): -4279163 or 8762558. OLE color: 8762558.

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

Color convert

RGB190180133-
CMYK00.050.30.25
HSL49.47º30.48%63.33%-
HSV(B)49.47º30%74.51%-
XYZ41.7945.2828.73-
YUV177.63102.81136.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=37.77%
G=35.79%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018013300.050.30.2549.4730.4863.33
HexBEB485051E19311e3f
Octal276264205053631613677
Binary1011111010110100100001010101111101100111000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB485; }

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

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

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

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

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

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

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

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