#BEAB73

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

Shades of Ecru #BEAB73

Tints of Ecru #BEAB73

Color information

#BEAB73 (or 0xBEAB73) is unknown color: approx Ecru. HEX triplet: BE, AB and 73. RGB value is (190,171,115). Sum of RGB (Red+Green+Blue) = 190+171+115=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB73 is #41548C. Grayscale: #AAAAAA. Windows color (decimal): -4281485 or 7580606. OLE color: 7580606.

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

Color convert

RGB190171115-
CMYK00.100.390.25
HSL44.8º36.59%59.8%-
HSV(B)44.8º39.47%74.51%-
XYZ38.8941.3122.14-
YUV170.396.79142.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 115 (45.31% from 255) = 24.16%
R=39.92%
G=35.92%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017111500.100.390.2544.836.5959.8
HexBEAB730A27192d253c
Octal2762531630124731554574
Binary101111101010101111100110101010011111001101101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAB73; }

 p { color: rgb(190,171,115); }

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

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

 a { background-color: rgb(190,171,115); }

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

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

 span { border-color: rgb(190,171,115); }

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