#BEA973

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

Shades of Ecru #BEA973

Tints of Ecru #BEA973

Color information

#BEA973 (or 0xBEA973) is unknown color: approx Ecru. HEX triplet: BE, A9 and 73. RGB value is (190,169,115). Sum of RGB (Red+Green+Blue) = 190+169+115=474 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.08% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA973 is #41568C. Grayscale: #A9A9A9. Windows color (decimal): -4281997 or 7580094. OLE color: 7580094.

HSL color Cylindrical-coordinate representation of color #BEA973: hue angle of 43.2º 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 #BEA973 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB190169115-
CMYK00.110.390.25
HSL43.2º36.59%59.8%-
HSV(B)43.2º39.47%74.51%-
XYZ38.5240.5622.02-
YUV169.1297.46142.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.08%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 115 (45.31% from 255) = 24.26%
R=40.08%
G=35.65%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016911500.110.390.2543.236.5959.8
HexBEA9730B27192b253c
Octal2762511630134731534574
Binary101111101010100111100110101110011111001101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA973; }

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

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

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

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

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

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

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

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