#BEB680

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

Shades of Ecru #BEB680

Tints of Ecru #BEB680

Color information

#BEB680 (or 0xBEB680) is unknown color: approx Ecru. HEX triplet: BE, B6 and 80. RGB value is (190,182,128). Sum of RGB (Red+Green+Blue) = 190+182+128=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB680 is #41497F. Grayscale: #B2B2B2. Windows color (decimal): -4278656 or 8435390. OLE color: 8435390.

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

Color convert

RGB190182128-
CMYK00.040.330.25
HSL52.26º32.29%62.35%-
HSV(B)52.26º32.63%74.51%-
XYZ41.8645.9627.09-
YUV178.2499.65136.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=38%
G=36.4%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018212800.040.330.2552.2632.2962.35
HexBEB68004211934203e
Octal276266200044131644076
Binary101111101011011010000000010010000111001110100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB680; }

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

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

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

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

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

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

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

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