#BEB478

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

Shades of Ecru #BEB478

Tints of Ecru #BEB478

Color information

#BEB478 (or 0xBEB478) is unknown color: approx Ecru. HEX triplet: BE, B4 and 78. RGB value is (190,180,120). Sum of RGB (Red+Green+Blue) = 190+180+120=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB478 is #414B87. Grayscale: #B0B0B0. Windows color (decimal): -4279176 or 7910590. OLE color: 7910590.

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

Color convert

RGB190180120-
CMYK00.050.370.25
HSL51.43º35%60.78%-
HSV(B)51.43º36.84%74.51%-
XYZ40.9544.9524.29-
YUV176.1596.31137.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.78%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=38.78%
G=36.73%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018012000.050.370.2551.433560.78
HexBEB47805251933233d
Octal276264170054531634375
Binary10111110101101001111000010110010111001110011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB478; }

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

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

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

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

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

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

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

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