#BEB279

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

Shades of Ecru #BEB279

Tints of Ecru #BEB279

Color information

#BEB279 (or 0xBEB279) is unknown color: approx Ecru. HEX triplet: BE, B2 and 79. RGB value is (190,178,121). Sum of RGB (Red+Green+Blue) = 190+178+121=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB279 is #414D86. Grayscale: #AFAFAF. Windows color (decimal): -4279687 or 7975614. OLE color: 7975614.

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

Color convert

RGB190178121-
CMYK00.060.360.25
HSL49.57º34.67%60.98%-
HSV(B)49.57º36.32%74.51%-
XYZ40.6144.1724.47-
YUV175.0997.48138.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.85%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=38.85%
G=36.40%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017812100.060.360.2549.5734.6760.98
HexBEB27906241932233d
Octal276262171064431624375
Binary10111110101100101111001011010010011001110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB279; }

 p { color: rgb(190,178,121); }

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

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

 a { background-color: rgb(190,178,121); }

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

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

 span { border-color: rgb(190,178,121); }

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