#BEB083

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

Shades of Ecru #BEB083

Tints of Ecru #BEB083

Color information

#BEB083 (or 0xBEB083) is unknown color: approx Ecru. HEX triplet: BE, B0 and 83. RGB value is (190,176,131). Sum of RGB (Red+Green+Blue) = 190+176+131=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 131 (51.56% from 255 or 26.36% from 497); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB083 is #414F7C. Grayscale: #AFAFAF. Windows color (decimal): -4280189 or 8630462. OLE color: 8630462.

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

Color convert

RGB190176131-
CMYK00.070.310.25
HSL45.76º31.22%62.94%-
HSV(B)45.76º31.05%74.51%-
XYZ40.8643.6427.74-
YUV175.06103.14138.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.23%
GREEN value IS 176 (69.14% from 255) = 35.41%
BLUE value IS 131 (51.56% from 255) = 26.36%
R=38.23%
G=35.41%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017613100.070.310.2545.7631.2262.94
HexBEB083071F192e1f3f
Octal276260203073731563777
Binary1011111010110000100000110111111111100110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB083; }

 p { color: rgb(190,176,131); }

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

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

 a { background-color: rgb(190,176,131); }

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

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

 span { border-color: rgb(190,176,131); }

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