#BEA473

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

Shades of Fallow #BEA473

Tints of Fallow #BEA473

Color information

#BEA473 (or 0xBEA473) is unknown color: approx Fallow. HEX triplet: BE, A4 and 73. RGB value is (190,164,115). Sum of RGB (Red+Green+Blue) = 190+164+115=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA473 is #415B8C. Grayscale: #A6A6A6. Windows color (decimal): -4283277 or 7578814. OLE color: 7578814.

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

Color convert

RGB190164115-
CMYK00.140.390.25
HSL39.2º36.59%59.8%-
HSV(B)39.2º39.47%74.51%-
XYZ37.6138.7421.71-
YUV166.1999.11144.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 164 (64.45% from 255) = 34.97%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=40.51%
G=34.97%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016411500.140.390.2539.236.5959.8
HexBEA4730E271927253c
Octal2762441630164731474574
Binary101111101010010011100110111010011111001100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA473; }

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

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

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

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

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

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

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

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